Windows cannot find hcw

2019-05-23 10:51发布

I am trying to migrate an old MFC project to VS 2012 and one of the errors I get is this one:

enter image description here

From what I read is that it has something to do with Help Files, which are not supported on Windows 7.

I thought that maybe Windows is searching for the hcw path so I added to the Environment Variables, but I still get the error. From the code I can see that the command is called inside .mak files:

start /wait hcw /C /E /M "hlp\$(InputName).hpj"

Anyone has an idea how can I get rod of the error ?

3条回答
疯言疯语
2楼-- · 2019-05-23 11:10

Could be a problem in the post build step.

查看更多
Deceive 欺骗
3楼-- · 2019-05-23 11:20

Your project requires Microsoft Help Workshop.

查看更多
Animai°情兽
4楼-- · 2019-05-23 11:32

Just ran into the same issue. VS 6 project promoted to VS2013.

To eliminate the error. remove the Projectname.hpj file from the project.

查看更多
登录 后发表回答