I have a problem when I create a project with C++ on Unreal Engine 5. It says:
Running C:/Program Files/Epic Games/UE_5.1/Engine/Build/BatchFiles/Build.bat -projectfiles -project=“C:/Users/User/Documents/Unreal Projects/MyProject5/MyProject5.uproject” -game -rocket -progress
Running UnrealBuildTool: dotnet “…..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” -projectfiles -project=“C:/Users/User/Documents/Unreal Projects/MyProject5/MyProject5.uproject” -game -rocket -progress
‘dotnet’ is not recognized as an internal or external command,
operable program or batch file.
What should I do?