TwinCAT C++ Project Wizard
After the creation of a TwinCAT project you can add a C++ project with the help of the TwinCAT C++ Project Wizard:
- 1. Right-click on the C++ icon and select Add new Item... to start the C++ project wizard.

TwinCAT offers two C++ projects:
- Versioned C++ projects: Projects that involve versioning may also have the option of switching between versions at runtime.
- Static library: Projects with C++ functions that are used by (different) TwinCAT C++ drivers.
- 2. Select one of the project templates and specify a name and location.
- The TwinCAT C++ project is created
- In the case of a driver, the TwinCAT C++ Class Wizard is started.