VC++ 06 プロジェクトを Visual Studio 2012 に移行しています。コンパイル時にエラーが発生しました。
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
フォルダー hlp (.hpj ファイルを取得)、Makefile (.mak) を削除しましたが、それでもアクセスしたいと考えています。
なんで?HTML ヘルプ プロジェクトを使用せずにプロジェクトをビルドするにはどうすればよいですか?
私はこれに従いますが、うまくいきません。