Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error troubles

Status
Not open for further replies.

BluShu

Programmer
Jan 20, 2002
5
0
0
US
Does anyone know what I can do to get rid of this error. I have started my project over several times, however this error keeps reoccuring?? (Using MFC)

ErrorC1083: Cannot open precompiled header file: 'Debug/significant.pch': No such file or directory

Any Suggestions????

Thanks
 
You must select Menu Project-Settings, go to Page C/C++, select in List 'Precompiled headers' and enter Your header in the third Edit Control as significant.h or another File You use (You use a non-standard header, automatically is used stdafx.h).
 
One more thing... Most likely "stdafx.h" is your precompiled header. Make sure all your files use a precompiled header EXCEPT "stdafx.cpp" Make stdafx.cpp generate the precompiled header. Where to find it is where tchouch mentioned above.

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top