How to clear the “ErrorList” window before compiling
Posted by jpluimers on 2011/03/22
It seems that all versions of Visual Studio suffer from this behaviour:
Visual Studio (VS) doesn’t always clear the “Error List” window of existing errors when you compile a different project but simply appends new errors to it.
Simplest solution: Build | Clean All.
That takes some time (especially on large solutions), but I haven’t found an easier way.
Have you?
–jeroen
Leave a Reply