ERROR: Expecting to find a type to be declared in a module rules named 'NISCore' in UE5Rules

I want to package my project to android using unreal 5, but there’s an error message like this

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

anyone can help me with this problem? thank you

Copy NVIDIA NIS Plugin to your project folder, then package project.
For example:
From: C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\NIS
Copy to: YOUR_PROJECT\Plugins

I have same problem with DLSS and RTXGI Plugins, and that solution helped me.