VSYASM
VSYASM copied to clipboard
Could not find valid Visual Studio installation!
don't work on vs2022
Run vswhere by itself from the terminal to check what it finds
./vswhere.exe -find MSBuild
then run the following command
./vswhere.exe -prerelease -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath
If nothing is reported then your visual studio installation is probably incorrect. The most likely issue is that the C++ package has not been properly installed