#include "stdafx.h

ok so i wrote my code and it is telling me:

fatal error C1083: Cannot open precompiled header file: 'Debug\lab 11.pch': No such file or directory

and i am trying to figure out why. If someone knows solutions to fix it can you let me know that would be great.
Sorry, I've been on a UNIX system for some time now, but... why the backslash in the precompiled header's location?

-Albatross
sorry that is the error i am getting my precompiled header is

#include "stdafx.h"
Your compiler is asking for "Debug\lab 11.pch" from your file system and your file system can't find it. Maybe because the backslash should be a forward slash?

-Albatross
On Windows they are the same

@xaNDER90 : get rid of all the precompiled header nonsense and you'll get rid of the errors ( you need to modify some settings or start a new project )
Last edited on
what kind of changes would i have to do ?
Make a new project.
Topic archived. No new replies allowed.