VSYASM icon indicating copy to clipboard operation
VSYASM copied to clipboard

Could not find valid Visual Studio installation!

Open liriyao opened this issue 1 year ago • 1 comments

1726717282069 don't work on vs2022

liriyao avatar Sep 19 '24 03:09 liriyao

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

Sibras avatar Sep 28 '24 05:09 Sibras