>>I'm using C, not C++, so do I still need to use the stdafx.h???
Yes, either that or turn off the use of precompiled headers in your project settings. "StdAfx.h" is the default file name for VC to generate these precompiled headers for, if you don't want that, you need to turn off that behaviour.
Yes, either that or turn off the use of precompiled headers in your project settings. "StdAfx.h" is the default file name for VC to generate these precompiled headers for, if you don't want that, you need to turn off that behaviour.