If i understand correctly you have something that looks like this:
// in preped.php
include ("menu.inc");
It sounds like your menu.inc is not being put into the correct directory, or is being called incorrectly.
It would really help if you could post your include statement.
Please do not paste your entire script.