when cloning using Git Desktop LFS files are not included

So I am trying to clone the repo to use C++, but every time the build fails with errors like - Cannot open include file:
../Plugins/Developer/Concert/ConcertApp/MultiUserClient/…
No such file or directory

I am cloning the repo and changing to 5.5 branch ( as my project was built with this version)

Any help at this point would be amazing

I am now cloning at the root of C:/ to see if this helps

If there are needed LFS files, try “git lfs pull” in the root of the checkout.

Also, when cloning, make sure the directory you clone into is a very short name. I use D:\UE5\5.5 as my path name.

1 Like