When working on projects there are times when flex refused to build the project. Actually flex doesn't refuse, it jus doesn't happen. And any new code added or code removed doesn't have any effect. I can add in new components but the application will never be rebuilt. Cleaning the build results in "main.html not found" errors. And then I can never build the application again. I followed a suggestion I found via google and ended up blowing out all my settings and projects. The projects still exist they are just no longer accessable in the project browser. Also, in the debugger, when debugging the code will stop at nonexistant breakpoints, I'm sure this is caused by the build problem. Any suggestions how to fix this problem?

