【发布时间】:2014-10-20 11:55:19
【问题描述】:
我正在将 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 帮助项目的情况下构建我的项目?
我关注this,但它不起作用。
【问题讨论】:
标签: visual-studio visual-studio-2012 chm html-help