I'm migrating a VC++ 06 project to Visual Studio 2012. I got an error when I compile.
1> Copying contents file...
1> the specified file is not found
1> Making help include file...
1> Making help file...
1> The system cannot find the file hcw.
1>hlp\MyProject.hpj(1): error :
1> the specified file is not found
I removed the folder hlp (it got the .hpj file), the Makefile (.mak) but it still want to reach it.
Why? How can I build my project without HTML Help Project?
I follow this but it doesn't work.
I found the solution.
I edit the .dsp file (VC++ 6 Project) and remove the HTML Help lines declaration. When I add an existing project from the .dsp, it automatically load that configuration. Even if I deleted the Makefile or the hlp folder.