How do I make Visual Studio automatically go to the first error in a build?
- by Jon
This is done manually by going to the "Error List" output window and double-clicking on the first error or pressing F8. Is there a way to automate this?
(I'm using C++ if that matters.)