Plugin not showing up in Audacity effects list

Hello all,

I’m fairly new to JUCE, and am trying to implement my first plugin. I’ve done a few of the tutorials, and am now trying to create my own basic hi-pass filter.
I’ve gotten my source code to compile, although i’m not confident that I’ve done everything correctly, because, as I said, i’m new to JUCE.
I put the .dll in audacity’s plugin folder, and it shows up when I go to add new effect/plugin. But when I enable the plugin, it does not show up in the effects list. I have tried both 32 and 64 bit versions of the plugin, to no avail.
I know it’s not a problem with audacity, as I’ve used other JUCE built plugins there.

Maybe a kind soul would be willing to take a look at my code?

thanks

Just to be sure that it has nothing to do with your own code, have you tried the “audio demo plugin” in JUCE/examples? Also, be sure that you are using static runtime libraries: