Building examples on windows

Hi, I’ve been trying to build the examples following the steps on the tutorial but when I try to run it using:
cmake.exe -G "Visual Studio 17 2022" -A x64 ../

I get the following message:

CMake Error at CMakeLists.txt:20 (include):
  include could not find requested file:

    SMTG_VST3_SDK


-- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.
-- The C compiler identification is MSVC 19.37.32822.0
-- The CXX compiler identification is MSVC 19.37.32822.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:31 (smtg_setup_platform_toolset):
  Unknown CMake command "smtg_setup_platform_toolset".


-- Configuring incomplete, errors occurred!

Any ideas how to solve it. Thanks in advance.

Hi, please tell us exactly what you did before getting this error. And which tutorial?