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!