Hello everyone,
I’m having an issue when trying to package my Unreal Engine 5.4.4 project for Linux. I’m not a developer, so I’m not very familiar with technical details. I’m using the Runtime Data Table plugin (which includes EasyCsv) for my Archviz Explorer project. Here is the error message I’m getting :
UATHelper: Packaging (Linux): Missing precompiled manifest for ‘EasyCsv’, ‘C:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\RuntimeDataTable\Intermediate\Build\Linux\UnrealGame\Development\EasyCsv\EasyCsv.precompiled’. This module was most likely not flagged for being included in a precompiled build - set ‘PrecompileForTargets = PrecompileTargetsType.Any;’ in EasyCsv.build.cs to override. If part of a plugin, also check if its ‘Type’ is correct.
The packaging process fails due to this error, and I’m not sure how to fix it. I’m not sure what “PrecompileForTargets” means or how to modify build files.
Could someone explain how to solve this problem in a simple way or guide me through the steps to fix this error ?
Thank you !