I'm doing some simple little console C++ programs in VS.net, and it gets all pissy if I comment out the #include stdafx.h line. I don't want to use precompiled headers, and I know there is an option ...