I have a Problum building An Exicutable as It does not find the include file.
code
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
Error message
fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
Any assistance would be appreciated in fixing this problem
Dick