I use to work on Eclipse and now I want to migrate to IntelliJ. On Eclipse I had a set of projects on the same workspace. I am trying to map that in modules on the same project, according to instructions from other questions.
Nevertheless, after importing them IntelliJ states the following error:
Package name 'a.b.c.d' does not correspond to the file path 'source.src.a.b.c.d'
This error just happens in a specific module.
After some reading about the error, I tried to create a new project for test purpose and import just the broken module and it worked as expected.
What am I missing?