Can anyone shed any light on why a newly created VS2019 WASM project (just as
it comes from the template, no extra code added) will not build with the
following error: wasm-ld : error : cannot open
C:\Util\Devel\vcpkg\vcpkg\installed\\MSFS-windows\debug\lib\*.lib: no such
file or directory C:\Util\Devel\vcpkg\vcpkg is my vcpkg install path. SDK 0.17
BTW
Sorry for wasting everyones time - I’ve sorted the problem. I had not noticed
the vcpkg section in the project Properties dialog. I just had to go in and
turn off all the vcpkg options in there and all is good.