This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

.obj file

when does .obj file created?

i created a new project as usual. 
  -new rtsc project, add files (a previously created c++ file, which is my main), include my required files, new rtsc configuration file.

but when i build my project it always give " cannot find file "main.obj" " error 
looking at my previous project, the main.obj file is always in the Debug folder, which is not the case this time. so i'm stumped.
same flow as before but no obj file

thanks!