SDK not found

Now I get this message:

Old:
The SDK is not found:

The SDK is installed on my PC however doesn’t contain the folder… really weird and I have wasted hours looking into it… smh

Edit this folder path does not exist. The folder Microsoft.NET.Sdk.

Open a command line and enter the following

dotnet --list-sdks

Report back results

afbeelding

I think also show us the contents of the csproj file that is causing this issue

Its looking specifically for the Microsoft.NET.Sdk which should be defined in the csproj.

Screenshot_20231027_185611_Chrome

It is strange though that the sdk would be installed, and the screenshot looks like Visual Studio no less, but its not finding that

This may also help

That link did alsno not help.


These folders do not exist:

I don’t know if that is problem though.

Update: