Project Compiled OK for DEBUG, Failed for Release

  • Thread starter Thread starter Charles Dong
  • Start date Start date
C

Charles Dong

Guest
Hi,

I'm building a new MFC project. Compile works just fine when I compile the Debug version, where I finished writing the code. Now I am trying to build the release version, which, I understand will require certain modifications to the properties of the projects, such as include paths and some other features like allowing CRT calls, which I copied from the Debug setup.

Then the weird thing happened: the build failed saying the header file of one of my MFC dialogs was not found.

I've used Visual Studio for a long time since the VC 6.0 era. Though not a very frequent coder, I still consider myself finished a couple of dozens of projects using VS. This is the very first time I run into this type of issue.

Can someone help?

Thanks,
Charles


P.S. I've submitted the issue via the Visual Studio Help->Send Feedback->Report a Problem... function two days ago without a response.

Continue reading...
 
Back
Top