Why can't my DAW read my plugin?

I am using Studio One 4 for my DAW right now, and I want to write an audio plugin using JUCE. However, after building a vst3 file in visual studio 2022, my studio one can’t read that file and it isn’t appearing in my plugin list. I set my VST3 Binary Location(Exporters-Debug-VST3Binary Location) and searched that location in Studioone. When I go into that location file, I can find a VST3 file built, but does anyone know why my StudioOne isn’t able to read that file? It loaded all the VST3 files successfully that I downloaded before. The AudioPluginHost can also read the VST3 file I built. I need some help…