fatal error C1010: unexpected end of file while looking for...
Thats not possible.You defined your project to use precompiled header files. So your c file or cpp files must include the file that is defined for precompilation at the top of it.Usually #include "stdafx.h" must be placed into your cpp file....