LCC WIN32 does not execute the application

,

I’m new to programming in C and using LCC WIN32 as my working environment. After successfully saving and compiling the code, I am unable to run it using the Execute key in the Compiler menu, and the following notice appears: -1 is the return code. 0.001 seconds for execution To proceed, press any key…

Even the debugger does not operate, and the following error message appears: NomeProgramma.exe cannot be started.

When I launch the software from the command prompt, it runs correctly. Perhaps anything went wrong during the project’s creation and/or setup? Thank you in advance.