OK, so I switched to VS, and does it work → no, for your default audio plugin hello world project. It builds standalone but somehow not without errors VST3 (those two are ticked). I linked Steinberg sdk vst2 in global paths vst legacy sdk, which is probably not needed, but used to be with vst3 in the past. Now, the error I am getting goes:
\Builds.…\Release\VST3\JucePlugIn.dll cannot be started.
There is a thread on it (not one):
“Install it (there’s an option in the Projucer to automatically install the plugin after building it)” - I get it, but: How? Where is it? Did I miss it?
Error code I am getting: MSB3073
However,I can see/use my vst3 plugin in the juce plugin host though and have it in \Debug\VST3\JucePlugIn.vst3\Contents\x86_64-win folder.
Why does this error come up then? Running VS as admin does not help.
This I have: (in my case it’s VS22)
@reuk I can only imagine where you would have been as a company if you had made this product accessible for new people. To me, it took 30% of time to develop what I needed and another 70% I lost setting it up (and counting). You made something great what is really hard to access. In my opinion, if not for videos like this, or matkat’s content - it would be very hard to even start using juce in the limtied time I have for the given task. Coding the vst was the easiest part, no issues here, but if I have to google around for hours to make it build again (forced move from mingw to VS), it’s eating it’s own tail. You limit your own customer base big league. Starting with JUCE or re-visiting an old project should be the easiest thing there is.