Unreal Engine Plugin audio using Juce

Context: creating a plugin audio in an ue5 project
Environment: UE 5.3 / VS2022

Hey :slight_smile: ,
I’m running into some troubles trying to add the juce lib to my unreal engine project as a third party plugin
For now here’s the source of my plugin :

and here is the structure of my solution :

But when I try to build this project I run through some errors :

Here’s the content of my JuceProject.lib:

I’d like some help to make this implementation of a juce project working :slight_smile:

I fixed it I just needed to build both my unreal engine project and my juce library using vs 2019