IntelliJ IDEA 13 has started exhibiting a very weird behavior in my local setup.
IntelliJ IDEA
Namely, in any new Java class added to an existing project
Java
I had this same problem and it was caused by me not having a folder marked as sources root.
Right click on your src directory and Mark Directory As > Sources Root.