Delete Module

A TwinCAT C++ module can be deleted from a C++ project with the help of the TMC Editor.

1. Right-click on the module (in this case CModule2)
2. Select Delete.
Delete Module 1:
3. Confirm the deletion via TMC.
Delete Module 2:
4. Note that the .cpp and .h files are retained – delete them manually if necessary.
Delete other components concerned (e.g. header files, structures). See Compiler error messages for more information.