I am just starting to use Wix and would like to use heat to extract the results from my Visual C ++ projects into the Wix source files. This seems to work fine for my C # projects, however, whenever I run heat in a C ++ project, I get an error:
heat project MyProject.vcproj -pog:Binaries -cg MyGroup -nologo -out MySource.wxs heat.exe : error HEAT5307 : Build failed.
Is this supposed to work, or am I doing something wrong? Thanks
source share