from what you posted in your first post, it looks like you are adding file to the main file as includes and then not putting anything in the main file.
you only get "Rem ***** Included Source File *****" when you are linking other file to the main one.
quick show of what the included does
following code saved as main project.
sync on
sync rate 60
do
rem call function store in include.
makebox(20,20,100,100)
sync
loop
now if you use 'add a new file' it will open one up ready to use with the main file were you can add the code for box function.
function makebox(x1,y1,x2,y2)
box x1,y1,x2,y2
endfunction
now if you are not doing anything like this above then keep asking for help.
Dark Physics makes any hot drink go cold.