How do I make Visual Studio automatically stop compiling after 1 (or n) errors?

Posted by Jon on Stack Overflow See other posts from Stack Overflow or by Jon
Published on 2010-03-24T04:27:38Z Indexed on 2010/03/25 0:23 UTC
Read the original article Hit count: 566

Filed under:

For example, a missing semi-colon in C++ can result in hundreds of errors. Is there a way to stop compiling when the first error is hit?

© Stack Overflow or respective owner

Related posts about visual-studio