THIS DOCUMENT IS A WORK IN PROGRESS
Download VST 3.x SDK from here and expand all.
Run Visual Studio 2022 Command Prompt And fire the following commands.
cd vst-sdk_3.7.7_build-19_2022-12-12\VST_SDK\vst3sdk
cmake.exe -S . -B build -G "Visual Studio 17 2022" -A x64 -DSMTG_CREATE_PLUGIN_LINK=0
cd build
cmake --build . --config Release
Then, libraries appears on VST_SDK\vst3sdk\build\lib\Release
.