Packaging Development-game Cannot open input file 'libsndfile-1.lib'

When packaging for development-game I get the following error as it attemps to link our game exe. The game compiles with no issues for development-editor however.

LINK : fatal error LNK1181: cannot
open input file ‘libsndfile-1.lib’

I have tried the usual delete binaries and intermediate folders as well as regenerated the project files with no luck.

See the build logs in the link below for some more info. If you need anything else from me please let me know :slight_smile:
Build Log

Turns out the problem was in my .uproject file. I had included “AnimGraph” as one of the AdditionalDependencies. Removed this and everything compiled fine.