You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is the same problem but i've had this happen a few times. The issue is that if you use the ".bat" file that sets up the paths for msvc it's missing the framework setting e.g. default: %comspec% /k ""D:\Program Files\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"" x86
where as if you want to use "rc", "fxc" or other tools you need to use e.g: %comspec% /k ""D:\Program Files\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"" x86 8.1
The install is failing on visual studio 2017, on windows 7. I get the following error:
The text was updated successfully, but these errors were encountered: