I installed .NET Core 3 Runtime and SDK Preview 9 today to make a WPF application. However, when I try to create it, I get the following error: "To create this project type, go to Tools | Options | Environment | Preview Features and check "Use previews of the .NET Core SDK" (similar to Cannot create a WPF .NET core application)
Te only problem is that I have this feature enabled, and I restarted the computer as it suggests, but I still get the same error message.
I have Visual Studio 2019 installed with SDK 3.0.100-preview9 and Runtime 3.0.0-preview9, running on Windows 10.
dotnet new wpf
command. – mm8