VRM4U Packaging Issues (5-0)

Hey, this happens to be my first time posting a question on this website so I’m not sure if this is the correct forum.

Anyway, I started working on this project of mine on Unreal Engine 5.0 not too long ago. Everything is fine until it comes to packaging of the game.

I come across two errors that say the following :-

"UATHelper: Packaging (Windows): ERROR: Expecting to find a type to be declared in a module rules named ‘VRM4U’ in UE5Rules, 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 ‘VRM4U’ in UE5Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null. This type must derive from the ‘ModuleRules’ type defined by Unreal Build Tool."

I’d appreciate some help.