I have a large project and I know I have errors in many files.
1- I have cleared the class containing main() function from errors.
2- I build the project and because of errors only some the classes (including the one with main function) are compiled.
3- I have activated "Build, no error check" in my run configuration.
4- The class with main function is selected as the Main class of the project.
As soon as I press the run, all compiled files (.class) are removed from the output folder and therefore I receive the error: Error: Could not find or load main class xxxx
I am using Intellij community 2019-3.
Thank you