I’m getting this error and it blocks opening my project in Unreal Editor.
There’s some information about on the web, Reddit and elsewhere. And someone had a similar problem:
The first time it happened it was after quitting the Unreal Editor, and rebuilding using Visual Studio Code (on Mac) - I redid all the lectures back to this point to see if I had missed something.
The second time when it happened again, I had set up source control so I could roll back and forward.
I deleted the Binaries
, DerivedDataCache
and Intermediates
folders, rolled back my changes and then was able to start the Unreal Editor.
By using the Live Coding / Compile button in the editor to compile I was able to compile all my code.
That indicates to me that the code didn’t have any compile problems.