FMOD problem when packaging for Windows with UE5.5.4

Thank you for the reply, it seems the problem was with some Visual Studio components I didn’t have installed, if anyone is in the same situation I followed these steps:

  1. Install or update Visual Studio 2022
    If you don’t already have Visual Studio 2022:

Download it from https://visualstudio.microsoft.com/

  1. Install the required components
    When running the installer:

Select the “Desktop development with C++” workload

In the right pane, under “Optional components”, ensure the following is checked:

:white_check_mark: MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.38)

:white_check_mark: Windows 10 SDK (or Windows 11 SDK if you’re on Win11)

:white_check_mark: C++ CMake tools for Windows (optional, but helpful)