UnrealInk icon indicating copy to clipboard operation
UnrealInk copied to clipboard

Windows-64 packaging fails: "Missing precompiled manifest" (UE 4.26.2)

Open Logodaedalus opened this issue 4 years ago • 1 comments

Thanks for making a great plugin! I'm trying to package for Windows-64 in UE 4.26.2 (shipping configuration), and getting this error: ERROR: Missing precompiled manifest for 'Ink'. This module was most likely not flagged for being included in a precompiled build - set 'PrecompileForTargets = PrecompileTargetsType.Any;' in Ink.build.cs to override.

It's been awhile since I've used Unreal, so apologies if this is a basic question, but do I need to create an Ink.build.cs file? I couldn't find one in the repo.

Logodaedalus avatar Jul 18 '21 19:07 Logodaedalus

Huh weird...so I found it on line 88 of Ink.Build.cs (maybe the file's generated?) and it does indeed say PrecompileForTargets = PrecompileTargetsType.Any so I'm really confused what should happen at this point. Any tips would be appreciated!

Logodaedalus avatar Jul 19 '21 02:07 Logodaedalus