wcautil.h is missing #47061
-
Versionv14.19.3 PlatformMicrosoft Windows NT 10.0.19044.0 x64 SubsystemNo response What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?No response What is the expected behavior?Visual Studio IDE makes WiX Node.JS installers for Windows. What do you see instead?Error code C1083 in custom_actions.cc, line 5: Cannot include file Additional informationWiX toolset v3.11 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Node.js installer is built from |
Beta Was this translation helpful? Give feedback.
The Node.js installer is built from
vcbuild.bat
with this command https://github.com/nodejs/node/blob/main/vcbuild.bat#L535. Since you are trying to build it from Visual Studio IDE, MSBuild is not getting all of the required properties. I suggest you try building the MSI installer by runningvcbuild.bat release x64 msi