another team member has added a plugin to our project and now im not able to compile my project anymore bcz i get this linking error when compiling. can someone help me how i can link the plugin and the project properly?
As you can see here:
maybe the fmodL_vc.lib file is missing and the linker returns those errors, but Unreal Engine uses UnrealBuildTool for building, so you can’t use the fixes suggested by the Microsoft docs.
Is that file missing from the folder and is it included in your plugin?
If this is not the case, check the Build.cs file of the plugin to see if there’s any reference to that library