Windows Universal Application requires older SDK

I just resolved an issue with the Windows 10 Universal Application template, but now Visual Studio 2015 is saying that my project requires a platform SDK (UAP, Version = 10.0.10586.0)!

Looks like I have SDK Version 10.1.14393.33 installed.

Not sure if anyone else has encountered this same issue, but do I have to obtain the older SDK, or is there a fix coming?

Thanks!

1 Like

+1 I have the exact same issue. I did modify the WIndowsUniversal vstemplate file (https://www.reddit.com/r/monogame/comments/4sx13u/template_error_when_creating_windows_10_universal/) to get past a template problem.

I installed the older SDK, and got it working. Windows needed a reboot before the SDK installer would work correctly though.

https://developer.microsoft.com/en-us/windows/downloads/sdk-archive

1 Like

Thanks!

Yeah, the template fix isn’t too much of a hassle, but I’m not sure if I want to install the older SDK if there is a fix/solution available or around the corner.

That’s good to hear!

Thank you for the link!