Unreal Engine Audio Plugin Juce integration

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 then when I try to build the project I run through these errors :

Could anyone try to help me fixing this I didn’t really find any useful doc on how to implement a c++ lib in an unreal engine project ?