-
I installed the Windows App SDK to VS 2019. I think I covered all the bases but I'm getting these errors after clicking create for a new project (Blank App, packaged, WinUI 3 in Desktop): Unable to locate the .NET SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version It's looking for the SDK here C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Sdks\Microsoft.NET.Sdk\Sdk Instead of here where they actually are C:\Program Files (x86)\Windows Kits\10 Suggestions on how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
.NET 5 gets installed to C:\Program Files\dotnet, so that needs to be added to the path system environment variable. |
Beta Was this translation helpful? Give feedback.
.NET 5 gets installed to C:\Program Files\dotnet, so that needs to be added to the path system environment variable.