I am new to UE and am trying to install 5.0.3 via source. I have successfully ran Setup.command but when I try to generate project files in the Terminal I get several of these errors.
CSC : error CS2015: ‘/Volumes/UE/UnrealEngine-5.0.3-release/Engine/Source/Programs/Shared/EpicGames.Core/._MessageTemplate.cs’ is a binary file instead of a text file [/Volumes/UE/UnrealEngine-5.0.3-release/Engine/Source/Programs/Shared/EpicGames.Core/EpicGames.Core.csproj]
Then after a long list of similar messages, my terminal says:
GenerateProjectFiles ERROR: Failed to build UnrealBuildTool
I tried it with the GenerateProjectFiles.command and GenerateProjectFiles.sh and get the same error.
I don’t believe I did anything to change any files from text to binary. Honestly not entirely sure what that means or how I would do that.
I’d appreciate any help I can get.