I am trying to compile a .cpp file but I am getting the following error:
(1782): fatal error C1010: unexpected end of file while looking for precompiled header directive
Any ideas why I would be getting this error message? My head file is included and resides in the same directory.
(1782): fatal error C1010: unexpected end of file while looking for precompiled header directive
Any ideas why I would be getting this error message? My head file is included and resides in the same directory.