Hi,
I have been trying to package my project on UE4.25.2 but I’m getting this error as soon as I start the packaging process.
ERROR: Expecting to find a type to be declared in a module rules named ‘AutoSettings’ in UE4Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null. This type must derive from the ‘ModuleRules’ type defined by Unreal Build Tool.
PackagingResults: Error: Expecting to find a type to be declared in a module rules named ‘AutoSettings’ in UE4Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null. This type must derive from the ‘ModuleRules’ type defined by Unreal Build Tool.
I understand that Auto Settings is a plugin I am using, however, I have been using that throughout and I am only getting this error now. Is there any way to resolve this issue?