About Store Forum Documentation Contact



Post Reply 
fatal error C1083: Cannot open precompiled header file: 'Debug\game.pch': No such fil
Author Message
cmtanko Offline
Member

Post: #1
fatal error C1083: Cannot open precompiled header file: 'Debug\game.pch': No such fil
I copied 00 - Start.cpp to my game folder and added stdafx.h/cpp files too.
.When I tried to compile the start.cpp in my own empty project file which I already configured as stated in the documentation. the following error is shown.

fatal error C1083: Cannot open precompiled header file: 'Debug\game.pch': No such file


plz help
04-15-2011 02:44 AM
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #2
RE: fatal error C1083: Cannot open precompiled header file: 'Debug\game.pch': No such fil
Try Build > Clean Solution, then Build > Build Solution. If that doesn't work, you probably have something set wrong in your project properties. Google should help.
04-15-2011 04:01 AM
Find all posts by this user Quote this message in a reply
siwykon Offline
Member

Post: #3
RE: fatal error C1083: Cannot open precompiled header file: 'Debug\game.pch': No such fil
You need rebuild solution or remove precompiled header from options.
04-15-2011 04:41 AM
Find all posts by this user Quote this message in a reply
cmtanko Offline
Member

Post: #4
RE: fatal error C1083: Cannot open precompiled header file: 'Debug\game.pch': No such fil
seems like setting Precomplied Header to "Not Using Precompiled Headers" has done the job...


thanks pal
04-15-2011 02:29 PM
Find all posts by this user Quote this message in a reply
Post Reply