What you will need
Make sure that you have prepared the following points:
- TeamViewer C-SDK has been downloaded.
- Microsoft Visual Studio is installed.
Setup
- On your PC open Visual Studio.
- Create or open a C project you would like to use to create solutions for your edge device.
- Open the Solution Explorer (default: CRTL+ALT+L).
- Right click the project name and from the popup menu select Properties.
- On the left side click General > C/C++.
- On the right side click Additional Include Directories then select Edit from the drop-down-menu.

- Add the directory
/include/
from the downloaded SDK to the project and click OK. - On the left side click Linker > General.
- On the right side click Additional Library Directories then select Edit from the drop-down-menu.

- Add the directories which contain the library files from the downloaded SDK to the project and click OK.
- In the Properties dialog click OK.