-
Notifications
You must be signed in to change notification settings - Fork 40
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
Compile issue on Windows 8: Cannot open include file: 'qos.h' #18
Comments
Looks like this is a problem with your build environment. |
Has anyone found a solution to this issue ? I'm running into the same problem and I can't seem to find a solution for it. I'm running Windows 8.1 and many different node packages (mongodb, nightmarejs, etc. ) won't install. |
I guess you can try downloading qos.h from the microsoft FTP and placing it in |
Since this is one of the top links on Google for "Cannot open include file: 'qos.h'" |
I had the similar problem of Cannot open include file: 'qos.h' while installing sqlite3 on my machine. I uninstalled the VS 2010 and installed VS 2013 Express for Window 'Desktop' and it solved my problem. |
On Windows 10, installing the Windows Software Development Kit (SDK) for Windows 8.1 solved my issues. Installing either VS 2013 Express for Windows or VS 2013 Express for Windows Desktop and the kit seems to work. |
Is Visual Studio 2015 still unsupported? "node-gyp" is unable to find CLexe ( TRK0005 ) Installed Visual Studio 2013 alongside 2015 and its running fine now, also without having to |
This seemed like a unique compile time issue on Windows 8. This is occurring with Node v0.10.28. The same issue also occurs when I upgrade to v0.10.32.
The text was updated successfully, but these errors were encountered: