Reputation: 7447
I am getting this error on creating a C# Windows Universal App and got this error. The link is dead and I couldn't find an answer in other threads, or a download link for the missing SDK
I have already installed Visual Studio Tools for Universal Windows Apps (14.0.23121.00 D14OOB) and it didn't change a thing.
Upvotes: 6
Views: 11930
Reputation: 1
You can also try to lower target platform version.
TargetPlatformVersion: 10.0.10240.0
TargetPlatformMinVersion: 10.0.10240.0
Upvotes: 0
Reputation: 7447
after installing Windows 10 Developer Tools I didn't get this error anymore
Upvotes: 8
Reputation: 11
I had the same problem. I suggest you repair or modify visual studio. You will need to be connected to enable visual studio download the required files. Its really strange and annoying that it has to do that. All needed files should have been included in the ISO.
Upvotes: 0