Click here to Skip to main content
15,897,226 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have seen all the articles on web, but nothing seems to resolve my issue.

Someone plz help me out on this.

I am using debug mode, vs2010, .net 4 framework.

in project properties CLR is on in general CLR in on in C++->general all .cpp files are having use (/yu) in precompiled hearder settings stdafx.cpp has /yc (create) with clr on .
Posted

See the note on precompiled headers in this documentation page[^].
 
Share this answer
 
Whenever I get that message I simply do a Rebuild-All and it goes away, this is in MFC projects but will probably still work.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900