Keep getting error when making c++ project

Hello! I am using Unreal Engine 5, but whenever I want to create a new project, I keep getting the error that says

Running D:/UNREALENGINE/UE_5.0EA/Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.exe -projectfiles -project=“C:/Users/trexx/Documents/Unreal Projects/FirstThirdPersonGame/FirstThirdPersonGame.uproject” -game -rocket -progress
It was not possible to find any compatible framework version
The specified framework ‘Microsoft.NETCore.App’, version ‘3.1.0’ was not found.

I have already installed ASP.NET Core 3.1 from a similar post: Can't create C++ in Unreal Engine 5

please help, I wanted to start developing a game, but this is really giving me a headache.

NOTE: This doesnt happen if i try to create a “blank” project.

NOTE: This doesnt happen if i try to create a “blank” project.

You need install “.Net Core 3.1”, not “ASP.Net”. You can install it under “Individual Components” section in Visual Studio Installer.

4 Likes