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.
- 3. Confirm the deletion via TMC.
- 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.