microdee / UE4-SpaceMouse

Control Viewport cameras with 3DConnexion SpaceMice, using HID directly.
MIT License
157 stars 23 forks source link

Project compile error with prebuilt installed UE5.0 #60

Closed Hunanbean closed 3 years ago

Hunanbean commented 3 years ago

CompilerResultsLog: ERROR: Expecting to find a type to be declared in a module rules named 'HIDUE' in UE5Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null. This type must derive from the 'ModuleRules' type defined by Unreal Build Tool

Just pressed the compile button in UE5 on a basically empty project, and that was the output.

Thank you

Hunanbean commented 3 years ago

Found a solution immediately after posting the bug report. The plugin seems that it must be in your Project plugins folder, not the Engine plugins folder. This affects many plugins it seems.