Unable to Create Blank C++ Project on Mac

Hi there,

I’m developing exclusively in Blueprints but am required to temporarily build a Blank project in C++ to compile a plugin, as recommended by the plugin author. Specifically, I “need a project that can include C++ modules and build them”.

When I start a new project with C++ checked (rather than Blueprint) I receive the following error (with the last line displaying repeatedly) and the project is not created:

Setting up bundled DotNet SDK
/Users/Shared/Epic Games/UE_5.6/Engine/Build/BatchFiles/Mac/../../../Binaries/ThirdParty/DotNet/8.0.300/mac-arm64
Running dotnet Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.dll -projectfiles -project=/Users/jonathancooper/Perforce/RAN/cPlusPlus/cPlusPlus.uproject -game -rocket -progress
Log file: /Users/jonathancooper/Documents/Library/Application Support/Epic/UnrealBuildTool/Log_GPF.txt

Some Platforms were skipped due to invalid SDK setup: Mac.
See the log file for detailed information


Generating XCode project files:
Discovering modules, targets and source code for project...
Total execution time: 0.98 seconds
Unhandled exception: ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'UnrealBuildTool, Version=5.6.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified

Can anyone parse the error for what’s going on? Any help would be much appreciated.

I have the latest Xcode installed (26.2) and am running UE 5.6.1 on macOS Tahoe 26.2

Maybe this post will help you.