GUBP.Automation.csproj : error : The project file could not be loaded

Migrating from 4.13 to 4.14 I’m facing a missing project file.

D:\GitHub\UnrealEngine\Engine\Source\Programs\AutomationTool\GUBP\GUBP.Automation.csproj : error : The project file could not be loaded. Could not find a part of the path ‘D:\GitHub\UnrealEngine\Engine\Source\Programs\AutomationTool\GUBP\GUBP.Automation.csproj’. D:\GitHub\UnrealEngine\Engine\Source\Programs\AutomationTool\GUBP\GUBP.Automation.csproj

Is this project file still in the build ?

Having this error, my project compile for Server and Client config, but not for the Editor configuration.

Hi domzorg,

Sorry for the delayed response. Can you confirm that you do not see this in a new 4.14 code project, and only in a project that is upgraded from 4.13? Also, are you building the project for Development Editor first, or did you build the Server or Client targets first?

Hi ,

I only had this problem when migrating an existing project to 4.14.
I effectively use batch build which start building the Client, Server and Editor.

The problem disappeared now. It was certainly due to the build order.

Txs and have a nice day.
D.