Cannot see imported package

I was trying to add new module and I couldn’t build it again so I decided to remove that module . Then I got error that the package com.repo.db.sale.apps.com.axelor does not exist import com.repo.db.sale.apps.com.axelor.ConfiguratorCreatorListener;
If i change the package, the error dissappears . But it says that source files should not be edited. The changes will be lost when sources are regenerated.
So I’m losing changes, and it gives me the same error. I tried to search on Google but there are so little info about axelor at all.

Hello,

Make sure that the sources of the generated model are clearly visible in the path: build/src-gen/java

Regards

problem solved . the path in CofiguratorCreator.xml was wrong , just set the right path and it’s worked.