moan lizzer
moan lizzer
fix your brain please
i know this is probably not going to be merged but whatever
> > maybe the ! in the path may be an issue > > It could be that the `!` in your path is causing issues here: > > https://github.com/HaxeFoundation/hxcpp/blob/3f6de84d4decb0a7aa1131ebd527f623b1e2d2b1/toolchain/msvc-setup.bat#L14...
i maybe could try to reproduce on the same machine under a different windows installation using a vs install dir that has a ! in it. dunno if it would...
> You could go to your hxcpp install, open the `toolchain/msvc-setup.bat` file and replace this line: > > https://github.com/HaxeFoundation/hxcpp/blob/3f6de84d4decb0a7aa1131ebd527f623b1e2d2b1/toolchain/msvc-setup.bat#L14 > > with: > > ``` > @if exist "%InstallDir%\Common7\Tools\VsDevCmd.bat" (...