What is the error " 'cl' is not recognized as an internal or external command, operable program or batch file" means?
-
cl is the command to start your compiler. There must be something broken for this setup.
I assume there is at least a problem with the environment for the failing project.
Is it just this project you cannot compile?
If you other projects using similar setup, you need to to check, if those are compiling. -
I expect as Andre that your project is somehow not setup properly. However, we need a crystal ball to understand thoroughly with the little information we have.
I would suggest to set up a new project and see if this is compiling properly. Possibly this was only one occassion. If not, you probably have to check the installation of qt creator.