I created a Play-java project [v 2.4.2] using an activator [v 1.3.5] that uses JDK 1.8 on a 64-bit Windows OS. I ran the activator run command and it runs smoothly.
But when I open this project in Intellij Idea [v 14.1.4], the IDE does not work properly; warns me in the controller and looks at the files as follows: 
and this:

And he says: "Cannot resolve character ..."
I searched for this and found useful links, included several Q&A elements in the form of stackoverflow, i.e.: Framework tutorial: cannot resolve character index?
I have Scala and Play plugins and on this way ([File → Project Structure → Modules → [MyAppModule] → Sources tab]) there is no "target / scala - [version] / src_managed". Take a look:

In this version of Intellij Idea or Play, something has changed.
I tried some combinations to create folders as the source folder or as an exception. I used the IDE option: "Invalidate Caches / Restart". None of them worked for me.
How can I fix this problem?
source share