Windows 10 SDK / UAP SDK Error

I deleted Visual Studio Professional 2015 and decided to install the Visual Studio Express 2015 Update 1 along with the SDK. However, now when I try to run a build in Unity, I get the following error:

I’ve downloaded the Windows 10 SDK and installed it from here:

Any idea what I’m missing? Is there somewhere I can install Windows UAP SDK? I’ve tried googling it but had no luck finding it.

Are you able to create Universal app from VS 2015?

No, when I try to open an existing build that I created earlier (when I had visual studio 2015 pro installed), it now doesn’t give me the option to do a build. I’m guessing that I must be missing some Visual Studio SDK but I can’t figure what I need to install.

The easiest way to fix the installation is to go to control panel → Programs and Features → Visual Studio 2015 → Modify. Then, select “Universal Windows SDK and tools” checkbox and proceed with the installation.

3 Likes

Thanks … that was it. Appreciate it.