I started learning juce a few weeks ago and I’ve made a basic synth plugin that runs fine in juce’s audio plugin host. I am trying to run it in FL Studio, but their plugin manager/scanner can’t recognize the .vst3 file. The following link from FL Studio (near the bottom of the page) says that FL on Windows works with VST3 plugins only if they have a .dll file extension.
https://www.image-line.com/support/flstudio_online_manual/html/basics_externalplugins.htm
If I understand correctly, VST3 plugins always have a .vst3 extension, so this doesn’t make any sense.
How have other people been able to get their VST3 plugins to work in FL?