Reputation: 66
After updating my project to Windows SDK 17763 I can no longer build my Windows IoT Core project. The error is MSB3774: Could not find SDK "WindowsIoT…"
Upvotes: 1
Views: 239
Reputation: 66
To resolve this error go to the Solution Explorer, expand References, and delete the "Windows IoT Extension SDK" reference.
Starting in 17763, the contents of the WindowsIoT extension are included in the Universal contract, so the WindowsIoT extension is no longer needed.
Upvotes: 3