Hi,
I am trying to build a project that I cloned from another repo. However, I get the following error message:
- Double-click Aura.uproject:
- Click yes:
- Right-click: Edit with JetbrainsRider
- In Rider: Build → Build: Build succeeded
- Double-click Aura.uproject → yields the same as 1
I also tried the following:
- Deleting Binaries and sln
ls -Recurse -Include Build, Intermediate, Binaries, Saved, .vs -Exclude Saved/Config/Windows | rmdir -Force -Recurse
rm Aura.sln
- Generating sln files
- Rebuild
When I delete the Plugins/Developer/RiderLink folder, only Aura is show as missing module.
Any suggestions?`
Kind Regards