Visual Studio keeps crashing - why?
If Visual Studio (version 6) keeps crashing when you're working on a
Visual C++ project, it's possible that:
- One of your .cpp files doesn't have #include "StdAfx.h" as the very first
non-comment, non-blank line;
- One or more of the files in your object directory is corrupt. Rebuild
everything, preferably doing a "clean" first.