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!