This tutorial will create a project with Visual Studio 2017 to start using SDK.
You could find the project demo in
<sdk>/platforms/projects/vs2017
directory.
Open Visual Studio 2017, then File > New > Project
,
Select "Windows Console Application", set the project's name and location, click "OK",
Finally, you will see the new project like this,
Right click the project, and open its "Properties" window,
Change "Configuration" to "All Configurations", then add the following paths to "Additional Include Directories",
Add the following definitions to "Preprocessor Definitions",
Add the following paths to "Additional Library Directories",
Add the following libs to "Additional Dependencies",
Include the headers of SDK and start using its APIs,
Select "Release x64" to run the project.