Re: Compiling with an updated headerfile
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Wed, 15 Mar 2006 14:51:26 -0500
"Steve" <Steve@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:31BA8648-AE4A-4A36-8032-7E020EDB4733@xxxxxxxxxxxxxxxx
Visual Studio 2003 is acting stubborn. Again. I have updated a header
file
containing my #define'd list of string ID constants and Visual Studio
refuses
to compile one of my C++ files with those changes. I modify this file on
nearly a daily basis so it's really p****** me off that the compiler
refuses
to pick up my changes. I have deleted my ncb and suo files because those
files tend to be the cause of many problems, and I have selected that file
for compilation over and over again. I added an error to this header and
the
compiler just isn't picking up on it.
Most of the time, when things in header files seem to be ignored it is due
to bad usage of precompiled headers. If you have the precompiled header
option enabled, I'd disable it and retry your compilation.
If it doesn't work, as Emily Litella used to say "nevermind".
If it does, you may need to review the docs for the feature here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vclrfYPrecompiledHeaders.asp
Regards,
Will
.
- Prev by Date: Re: Bug in VC++2005 running an "embeded" devenv cmd?
- Next by Date: Re: Dialog Editor Crash
- Previous by thread: Re: Bug in VC++2005 running an "embeded" devenv cmd?
- Next by thread: Re: Dialog Editor Crash
- Index(es):
Relevant Pages
|