How do I make Visual Studio automatically go to the first error in a build?
        Posted  
        
            by Jon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jon
        
        
        
        Published on 2010-03-30T03:06:38Z
        Indexed on 
            2010/03/30
            3:13 UTC
        
        
        Read the original article
        Hit count: 659
        
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.)
© Stack Overflow or respective owner