472,133 Members | 1,062 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,133 software developers and data experts.

precompiled headers - how to get rid of them

yo,

i have a simple hello world win32 console application. it should work but
there is an error. here is the most important part of the error:

have you forgotten to add #include <stdfx.h> to your source code?

stdfx.h is a precompiled header and i have deleted it but vc++ still asks me
to include it. how do i change the precompiled header setting?
--
Alvo von Cossel I of Germany
Nov 17 '05 #1
1 1299
"Alvo von Cossel I" <Al************@discussions.microsoft.com> wrote in
message news:71**********************************@microsof t.com...
stdfx.h is a precompiled header and i have deleted it but vc++ still asks
me
to include it. how do i change the precompiled header setting?


Choose Properties from the Project menu item. Open up the C++ 'folder'.
Select the 'Precompiled Headers' item beneath it. In the first of the three
combo boxes to the right select 'Not Using Precompiled Headers'.

Regards,
Will
Nov 17 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

6 posts views Thread by Asfand Yar Qazi | last post: by
2 posts views Thread by unspammable | last post: by
4 posts views Thread by Andrew Ward | last post: by
reply views Thread by Bruno van Dooren | last post: by
20 posts views Thread by Bonj | last post: by
1 post views Thread by dt | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.