I've been working on an Audio Unit Plugin. Since I'd like people on Windows to be able to use the plugin, I've decided to try my hand at the VST3 SDK. I do not want to use JUCE because I may end up selling the product and don't want to live in a cardboard box afterwards (JUCE commercial licenses are rather pricey). I've hit the following problem with little luck finding an answer online: How do you compile a VST plugin for use in a host on Windows? I have the VST SDK and ASIO and VSTModuleArchitecture downloaded from the Steinberg website. I guess it's probably an elementary question, but I've really hit a brick wall on how to compile.
Note: this is not a duplicate of this question because my question is specific to Windows.