Unreal Missing Precompiled manifest

Original Discord Post by n8dev | 2024-11-16 13:46:18

BuildException: Missing precompiled manifest for 'Convai', 'D:\Projects\UnrealEngine\Project_AID\Project_AID\Plugins\Marketplace\Convai\Intermediate\Build\Win64\UnrealGame\Development\Convai\Convai.precompiled'. This module was most likely not flagged for being included in a precompiled build - set 'PrecompileForTargets = PrecompileTargetsType.Any;' in Convai.build.cs to override. If part of a plugin, also check if its 'Type' is correct.```

Reply by n8dev | 2024-11-16 13:52:36

When attempting to package stand alone

Reply by n8dev | 2024-11-16 14:56:55

Plugin is in Plugins/Marketplace in Unreal directory
This is required for working on a project with other devs using source control
I have not tested yet if it occurs with the plugin in the engine install plugins directory

Reply by k3kalinix | 2024-11-18 07:12:37

Hello,

Try bUsePrecompiled = true; in the Convai.build.cs file.

This conversation happened on the Convai Discord Server, so this post will be closed.