FMOD 2.00.07 does not compile in Linux

I’m compiling a fresh install of Unreal 4.24.3 in Linux. I downloaded FMOD 2.00.07 UE4Integration straight from the downloads page and copied the FMODStudios folder into the Plugins folder. It can’t compile the FMOD code though. I get the following error:

Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioEditorMoedule.cpp:48:10: fatal error: ‘DeveloperToolmenus/Public/ToolMenus.h’ file not found
#include “Developer/Toolmenus/Public/ToolMenus.h”

If I delete the FMODStudio plugins folder everything compiles and runs fine. It looks like it can’t find a #include header.

It now works in 2.00.08! Everything compiles and is running with no problems. Thanks!

1 Like