I\'ve had this problem a few times, where I\'ve created another class file and the main class file can\'t find it. Here\'s the main class file:
package text
There must be a conflict with generated classes. Just try to remove all the classes that have been generated and build project again.