Missing Modules (Aura, RD, RiderLink...)

Hi,

I am trying to build a project that I cloned from another repo. However, I get the following error message:

  1. Double-click Aura.uproject:
    x
  2. Click yes:
    y
  3. Right-click: Edit with JetbrainsRider
  4. In Rider: Build → Build: Build succeeded
  5. Double-click Aura.uproject → yields the same as 1

I also tried the following:

  1. Deleting Binaries and sln
ls -Recurse -Include Build, Intermediate, Binaries, Saved, .vs -Exclude Saved/Config/Windows | rmdir -Force -Recurse
rm Aura.sln
  1. Generating sln files
  2. Rebuild

When I delete the Plugins/Developer/RiderLink folder, only Aura is show as missing module.

Any suggestions?`
Kind Regards

I had the same issue, but I deleted the plugin inside “Marketplace” folder: “Engine\Plugins\Marketplace\Developer\RiderLink” and after that rebuilded project files and works fine.