Description
I am currently trying to get windows SDK set up using VS 2017. I got VS 2017, due to all the documentation on zoom SDKs being 2017, I have created my SDK app in our test enviroment and downloaded the windows SDK folder from within here. When I try and open this in visual studio I only get the one option (sdk_demo_v2.sln), however I am looking to find the visual studio 2017 option like seen on this tutorial: Install the Zoom SDK - Getting Started - Windows - Client SDKs - Zoom Software Development Kit (Zoom SDK) - Zoom Developer - Technical Documentation and Reference
When I try to run this sdk_demo_v2.sln, I get an error because its not visual studio 2019 ? It says :
Severity | Code | Description | Project | File | Line | Suppression State |
---|---|---|---|---|---|---|
Error | MSB8020 | The build tools for v142 (Platform Toolset = ‘v142’) cannot be found. To build using the v142 build tools, please install v142 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting “Retarget solution”. | sdk_demo_v2 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Microsoft.Cpp.Platform.targets | 67 |
Which version?
Latest version
To Reproduce(If applicable)
Steps to reproduce the behavior:
Try running windows SDK on visual studio 2017