Update:
The index.php file here:
/public_html/d/index.php
includes:
/public_html/d/core/source/class.File1.php <
/public_html/d/core/source/class.File1.php
Have you tried including with a relative path?
include './class.File2.php';
Is class.File1.php itself included by some other script?