I can't make a project without a main.cpp file... Say I wanted to put the main function in a different file called project.cpp ... I get the following error
But at first, no I didn't rename the file main.cpp to notmain.cpp. I simply erased main.cpp and added premade files into the directory. Once I renamed notmain.cpp back to main.cpp and then back to notmain.cpp it worked.