c1xx : fatal error C1027: Inconsistent values for /Ym between creation and use of precompiled header

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Im trying to port C++ applications that built with VS 2005 to VS 2008.  Im using a build procedure that invokes VS from the command line many times using the devenv command.  On my own computer, I get the C1027 error building a project.  The same project works properly on other machines and works OK on my machine if I build it from inside the IDE.  Any suggestions for a fix or workaround?

Second, what does this error message mean?  I cant find any documentation on the /Ym command line switch for the C++ compiler.


View the full article
 
Back
Top