Everything builds and cooks fine but when I try and package the project for Windows, I get the following error:
Missing precompiled manifest for 'TextureFormat', 'C:\Program Files\Epic Games\UE_5.3\Engine\Intermediate\Build\Win64\UnrealGame\Development\TextureFormat\TextureFormat.precompiled'. This module was most likely not flagged for being included in a precompiled build - set 'PrecompileForTargets = PrecompileTargetsType.Any;' in TextureFormat.build.cs to override. If part of a plugin, also check if its 'Type' is correct.
I’ve checked the directory, and the TextureFormat folder in Development doesn’t even exist so I’m not sure what’s referencing it or what to do to fix this.
Log file:
UBT-PluginTest-Win64-Development.txt (343.1 KB)
The project itself is a very basic project made to simply test a plugin I was hoping to release to the marketplace.