Hi, hoping someone could help me with an error below. I can’t build any package even blank project with DLSS enabled.
UATHelper: Packaging (Windows): ERROR: Expecting to find a type to be declared in a module rules named ‘DLSSUtility’ 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 ‘DLSSUtility’ in UE5Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null. This type must derive from the ‘ModuleRules’ type defined by Unreal Build Tool.
If there is no folder named “Plugins”, you can create the folder and put the Plugins in there… For this specific DLSS plugin, create the following structure:
%PROJECT_PATH%\Plugins\Runtime\Nvidia\DLSS
Inside the DLSS folder, you’ll put the file DLSS.uplugin and their related folders.
PROJECT_PATH is where your name.uproject file is located.