UGS "Could not find engine in Perforce relative to project path"

Hi all,

Trying to setup UGS and Perforce following documentation but I’m running into an issue where when I try to load my project “MyTest” I get the following error:

“Could not find engine in Perforce relative to project path (//<workspace/MyTest/MyTest.uproject)”

Is there any way to debug where or why it can’t find the engine? Both the UE5 and MyTest projects built correctly and launch from VS. My current workspace / stream setup below.

Using Unreal Engine 5.0.2

//UE5/Main(Stream)/…
Engine/…
MyTest/
Build/
Config/
Source/
MyTest.uproject

Hello,

I had the same problem.
Finally I found the solution by submit the file “Engine/Build/Build.version” to perforce.

1 Like

Hi,
In my case(UE 5.1.1), I fixed the code like it.
and USG works.