Remember the following steps from the previous tutorials: - select the C/C++ perspective - From the main menue select File->New->C Project - Name the project RemoveComment - Project type is Executable / Empty C Project - Toolchain is MinGW - Add the folder model - Add the model file and name it RemoveComment.room - Add the Xtext nature.
The workspace should look like this:
Create a launch configuration for the C generator and add the include path and library as described in HelloWorldC.
The workspace should look like this:
Now the model is created and all settings for the code generator, compiler and linker are done.