Advertisement

'PCH creation point' Error !!! Help !

Started by December 26, 2000 01:01 PM
2 comments, last by darkwolf 24 years ago
Hi ! I just formated my HD, and i reinstall VC++, DX8 SDK, and all my projects. However when i try to compile my projects i got tons of "PCH creation point" errors ! And i don''t know where the hell they''re coming from !!!!!!!!!!! Please Help ! Amically, Benoit Lemaire
Try rebuilding the entire project, disabling precompiled headers (PCH) in the project settings, and even recreating the projects if necessary. The latter usually works.



MatrixCubed
http://MatrixCubed.org
Advertisement
I would try deleting all the old .obj files in the Debug and Release folders.

Just a idea
"Don't make me come down there..." -GOD
You can also get that error if you forget a closing parenthesis or semicolon after a class definition in a header file, I believe...

This topic is closed to new replies.

Advertisement