Context: creating a plugin audio in an ue5 project
Environment: UE 5.3 / VS2022
Hey ,
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