I have created a eCore model, and want to use Xtext with it. The model is called TransformationQueryLanguageModel. So I create a Xtext project from my existing model. I have configured the model as a Xtext model. However, when i generate my Dsl with the GenerateMyDsl.mwe2, it creates the correct folders and files, but it contains errors.
In the MyDslSemanticSequencer it cannot import the model. As you can see, it cannot resolve the imports
I have tried a lot of things, trying to configure the project setup etc. But I cannot get it to work.
Can someone help?