-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cannot install on Windows 10 (cannot find WindowsSDKDir variable from the registry) #694
Comments
I reinstalled Visual Studio 2015
Now i get this
|
Check your |
Also can you confirm which version of VS 2015 you installed and also confirmed that you have tried to create a C++ project in the IDE. |
@No9 i have not tried to create a C++ project, is this something i should have done? @Fishbowler I tried that, it didn't work, i ended up uninstalling VS 2015 and installing 2013 instead (see the other issues thread) as these problems are the same |
@Jayflux I noticed in the community edition 2015 RTM that I didn't have a c++ env until I did that. |
+1 |
Anyone have this working? This is happening to me on Windows 8. |
Hey @divmgl |
@No9 It worked for me, thanks |
Creating a new C++ project and installing prompted deps worked for me too.
I then tried with Node 4.1.1 but got some compilation errors with node-gyp (similar to this issue). So, I reverted Node to 0.12.7. Hope will help. |
@No9 I apologize that I have not been able to get the exact error. For now I have reinstalled Node 0.12 and Visual Studio 2013 and my issues have been resolved. |
No worries @divmgl thanks for getting back. |
I am getting same problem on Windows 10. "warning MSB8003: Could not find WindowsSDKDir variable from the registry." I am using Node js V4.1.1 |
Got this working on windows 10 & node js v4 & visual studio community 2015. As @No9 stated, you need to launch Visual studio, then do: file > new > project, in the window that opened, select "Model > Visual C++" and in the middle of the window you should see a button "install microsoft C++" or something like that, click on it and it will launch the install process for the C++ & Microsoft SDK. |
Can we close this ticket as its a duplicate of #679 |
Agreed to @ocombe, For me, Windows 10 / VS2015 environment, File-New-Project, Installed-Templates-Visual C++, Install SOMETHING did work. |
#694 (comment) works for me too. |
@ocombe Yeah, that worked me! I had to go to |
@ocombe , that worked me! Thanks!! |
Is there anything in the readme that needs to be updated? |
Has anybody else got this working?
I've installed Visual Studio 2015
The text was updated successfully, but these errors were encountered: