I’m trying to generate C++ in the project file from this official Unreal tutorial:
Creating C++ Base Classes - Converting Blueprint to C++ (epicgames.com)
This is the error message I’m greeted with upon attempting it:
Running D:/Development/1. Unreal/Software/UE_5.1/Engine/Build/BatchFiles/Build.bat -projectfiles -project=“C:/Users/Tarpe/Desktop/BPandCPP/BlueprintsToCpp.uproject” -game -rocket -progress
Running UnrealBuildTool: dotnet “…..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” -projectfiles -project=“C:/Users/Tarpe/Desktop/BPandCPP/BlueprintsToCpp.uproject” -game -rocket -progress
‘dotnet’ is not recognized as an internal or external command,
operable program or batch file.
I should note that I updated the project files from 4.23 to 5.1. Many thanks to any suggestions of how to solve this, if it’s even possible.