I am following instructions at https://www.jetbrains.com/idea/help/creating-a-gradle-project.html to create a new gradle project. Before I can specify the gradle settings, a window opens where I am asked to fill in a groupID and an artefactId. This step is not in the description I linked. After I fill in the groupId and artefactId I can proceed to the next window where I check "Create directories for empty content roots automatically". However, this doesn't seem to acomplish anything. The project is created without the default folders 'src/main/java' etc. Did I miss some general settings or did I do something wrong during creation?
PS: I am using Intellij Idea 15, Linux version
UPDATE: I managed to create new gradle projects with default folders. The initialization took about 10 - 15 seconds. The problem seems to appear only if I give the project and its folder a specific name, which was previously in use. This project was deleted from the Intellij project folder and also removed from Intellij project overview. So I tried to clear the caches and rebuild the index. No success. Does anyone know if Idea keeps references somewhere to previously, deleted projects?