Still having problems with pre-compiled headers...

Started by
2 comments, last by ugoff 19 years, 8 months ago
ok, so i go to Project->hello Properties->.... now at the elipsis, there is NO place to turn off the pre-compiled headers!! WTF?!
Silence! I'm Psychoflexing...
Advertisement
Not sure what IDE you are using, in VS.NET, you go to "C/C++" -> "Precompiled Header", then set "Create/Use Precompiled Header" to "Not using Precompiled Header."

If it still doesn't work, then you have to do it for every .cpp file you have.
Could you be more specific ,i recently encountered enough problems with the precompiled header while making a library in which you can turn that feature off but in a normal Win32 application(Visual C++) you can't or at least i can't find the menu item

[Edited by - Daos on August 17, 2004 9:34:34 AM]
yeah, sorry about that. using VC++ .NET and i've tried going to that menu, but i cant find the C/C++ tab. also, im just doing an empty console app
Silence! I'm Psychoflexing...

This topic is closed to new replies.

Advertisement