Hi everyone,
I am trying to add my custom module to a project, but Projucer keeps on complaining about missing dependencies. The warning says:
This is what I have in my module’s header file, clearly including juce_audio_processors:
I even tried to add JuceHeader.h to no avail. When I try to use the “Add Required Modules” button in Projucer, this appears:
I have another custom module that works just fine. I have also tried using the “Add a module from a specified folder” which for some people seems to help. Any help would be much appreciated.