Can't load project after Github Clone in UE5 using FMOD

Hey, I’ve had this a few times, but haven’t found a solid work around. I can’t remember whether everyone needs to install their own version of FMOD.

Working on different projects in Unreal, for example, if I add FMOD to a UE5 project. Push it to GitHub, then the person on the other end clones the project. We get the following errors.

Screenshot 2024-07-13 122429
Screenshot 2024-07-13 122137

We’re using the same versions of UE5. Haven’t got a FMOD project on the go, this is just about opening UE5.

If you rebuild them, error. If you don’t rebuild them the project opens but then the error comes through to rebuild from source. Haven’t had this error with other plugins so far. Any advice would be great, We’re new to this.

Hi,

What version of the FMOD integration are you using? Would it be possible to share your .gitignore? The issue may be you are ignoring the integration binary files which are required to avoid having to rebuild the integration. Documentation for setting up source control with FMOD can be found here: Unreal Integration | User Guide - Source Control.

Hope this helps!