Missing Precompiled manifest for Convai

Original Discord Post by jshell91 | 2024-09-03 12:46:18

Hello!
Im trying to build my game which includes convai, but when building this error rises:
UATHelper: Packaging (Windows): Missing precompiled manifest for ‘Convai’
its followed by this suggestion:
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.

which is already applied, but still can’t build. what is being the issue here?

I’m using Unreal 5.3 Source Code

Thanks!

Reply by mighty_brute | 2024-09-03 12:54:23

Hello <@163710020113006593>, try commenting out bUsePrecompiled = true; in the Convai.build.cs file.

Reply by jshell91 | 2024-09-03 13:32:37

yeah, better, thanks!

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