-
Notifications
You must be signed in to change notification settings - Fork 5
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
Most of your XSLT projects are missing the UniversalCRT include and Library directories #2
Comments
I have a potential solution but I dont like it. I modified the Microsoft.Cpp.Win32.user.props file and added the below so I could globally repoint all of your solutions at once.
|
I intentionally keep Windows SDK Version as 8.1 (as default) for VS2017. |
Correct, VS2017 Enterprise didnt install SDK 8.1 (or at least not the full SDK because the C Runtime wasnt installed). The Windows Kits/8.1 directories was installed but there was no C Runtime. |
Microsoft changed the Windows Kits a while ago. They factored out the C runtime pieces into its own area.
All of your XSLT projects are missing the
$(UniversalCRT_IncludePath)
and
$(UniversalCRT_LibraryPath_x86)
I am working with VS2017. I can certainly give you a pull request for these projects if you want but I certainly cant give it for all of your supported VS versions.
The text was updated successfully, but these errors were encountered: