-
Notifications
You must be signed in to change notification settings - Fork 652
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
Could not find SDK "Microsoft.UniversalCRT.Debug, Version=10.0.18362.0" #871
Comments
Thanks for filing this issue. We are in the process of updating the source code for the WinUI 3 Controls Gallery so let's revisit this problem once the branches are updated. |
Fixed |
I'm getting this error too when I try to build... |
Same here, NOT fixed. |
For @ThatMouse and anyone ending up here, I was able to build and run the project by doing the following :
After these actions, I just rebuilt @bpulliam I think this shows that the version in |
Thank you for sharing this @K3UL. I hope that this solves your issue @ThatMouse. |
Thank you @K3UL , changing the target worked! |
Or rather, tough overkill, install the exact same Windows 10 SDK version (in this case 10.0.18362.1), as the Universal CRT files are part of Windows 10 Sdk |
Faced same issue. Worked around by doing[1] as described in previous comment by @K3UL. [1]:
|
Hi @AMArostegui how to install the specific version of Windows 10 SDK? |
In this link you can find specific SDK versions |
Good for "Microsoft.UniversalCRT.Debug, Version=10.0.26100.0" Credits: @starnuto di topo |
Describe the bug
i cloned the project from winui3 branch and when trying to build, i got Could not find SDK "Microsoft.UniversalCRT.Debug, Version=10.0.18362.0"
Steps to reproduce the bug
Steps to reproduce the behavior:
Screenshots
![image](https://user-images.githubusercontent.com/4316506/153728320-3706ae5c-d18a-4771-92bd-e2254b4caa43.png)
Version Info
1.3.10.0
Windows version:
Device form factor:
The text was updated successfully, but these errors were encountered: