The best solution for me is:
- Close IntelliJ IDEA
- Remove the directory .idea_modules
- Remove all files in the directory .idea/libraries(Maybe it is possible to remove the complete directory)
- Execute command play idea
Then I have only 3 module errors which are related to the wrong Scala version for the created *-build project and the Scala facet. But this can be easily resolved by changing the version to 2.10.0. Scala version 2.9.2 can then be removed.
This works also under Windows and all settings are kept.
Cheers,
Christian