helloWorldWithVSTGUI cannot be opened

Hello,

many thanks for answering.

I tried now cmake from the “Developer Command Prompt” from a “build” directory:

D:.…\VST_SDK\VST3_SDK\build>cmake -G"Visual Studio 15 2017 Win64" …
– SMTG_MYPLUGINS_SRC_PATH is set to : D:/…/VST_SDK/VST3_SDK/…/my_plugins
– SMTG_PACKAGE_ICON_PATH is set to : D:/…/VST_SDK/VST3_SDK/doc/artwork/VST_Logo_Steinberg.ico
CMake Error at CMakeLists.txt:26 (project):
Generator
Visual Studio 15 2017 Win64
could not find any instance of Visual Studio.
– Configuring incomplete, errors occurred!
See also “D:/…/VST_SDK/VST3_SDK/build/CMakeFiles/CMakeOutput.log”.
D:\Users\Uli\Documents\Uli\Projects\Steinberg\VST_SDK\VST3_SDK\build>

No Luck.

Then I tried:
D:.…\VST_SDK\VST3_SDK\build>cmake …
D:.…\VST_SDK\VST3_SDK\build>nmake

This builds everything, but it seems to create 32 bit .vst (or at least no valid 64 bit .vst), which are recognized by Cubase 10 at startup, but shown as “blacklisted” (which is expected).

No luck.

Any hints?