Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Could not find valid Visual Studio installation! #22

Closed
ghost opened this issue Jun 1, 2023 · 4 comments
Closed

Error: Could not find valid Visual Studio installation! #22

ghost opened this issue Jun 1, 2023 · 4 comments

Comments

@ghost
Copy link

ghost commented Jun 1, 2023

No description provided.

@Jurorno9
Copy link

make sure you are running the installer as administrator

@liriyao
Copy link

liriyao commented Sep 19, 2024

i got the same problem ,i make sure running installer as administrator.did you guys slove this problem?

@Sibras
Copy link
Member

Sibras commented Sep 21, 2024

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
Copy link
Member

Sibras commented Oct 19, 2024

Closing this as no response from initial user

@Sibras Sibras closed this as completed Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants