microdee / UE4-SpaceMouse

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

4.25.2 new project error #11

Closed DanMcLaughlin closed 4 years ago

DanMcLaughlin commented 4 years ago

Creating a new project fails to compile with the error on startup, and you are unable to continue.

Running I:/Engine/UE_4.25/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Win64 -Project="I:/PerforceTest/FPS/FPS.uproject" -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE Creating makefile for FPSEditor (no existing makefile)

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

Bringing up Rider for UE and trying to compile gives the same error.

Existing projects appear to work fine.