menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

+3 投票
expexted "akspatialaudiohelper.h" to be first header included

Have error while compiling UE5.1.1 project with wwise 2021.1.12 integration
分类:General Discussion | 用户: Andrzej M. (130 分)
I was able to work around this by moving the #include "AkUEFeatures.h" from AkSpatialAudioHelper.cpp to AkSpatialAudioHelper.h (at line 27 before the first use of UE_5_1_OR_LATER)
Same problem in Unreal 4.26. I get a total of three Errors when building.

PackagingResults: Error: Expected AkSpatialAudioHelper.h to be first header included.
PackagingResults: Error: DoesPackageExist: DoesPackageExist FAILED: '' is not a standard unreal filename or a long path name. Reason: Path should be no less than 4 characters long.
PackagingResults: Error: Unknown Cook Failure

Please sign-in or register to answer this question.

...