Template CMake project for x64dbg plugins.
You can click the green Use this template button. See the article Creating a repository from a template by GitHub for more details.
Alternatively you can download a ZIP of this repository and set up the template locally.
From a Visual Studio command prompt:
mkdir build && cd build
cmake ..
You will get PluginTemplate.sln
that you can open in Visual Studio.
Alternatively you can open this folder in Visual Studio/CLion/Qt Creator.