<div><span class="574564513-25042006"><font face="Arial" size="2">I have been 
experimenting&nbsp;with PHPeclipse yesterday and today. Here is a fairly big problem 
that I have run into that has stopped me from using it.</font></span></div>
<div><span class="574564513-25042006"></span>&nbsp;</div>
<div><span class="574564513-25042006"><font face="Arial" size="2">Eclipse&nbsp;generates&nbsp;a 
lot of warnings of type: &quot;Include filename 'blah.php' doesn't exist in project.&quot; 
<br><br>I tried to explicitly set the &quot;Include Path&quot; for the project in 
&quot;Project-&gt;Properties-&gt;PHP Project Settings-&gt;Include Paths&quot; (although 
this shouldn't be necessary because these paths are dynamically set by a 
set_include_path() call in the script). This hasn't solved the 
problem.</font></span></div>
<div><span class="574564513-25042006"></span>&nbsp;</div>
<div><span class="574564513-25042006"><font face="Arial" size="2">All my projects have 
this structure</font></span></div>
<div><span class="574564513-25042006"></span>&nbsp;</div>
<div><span class="574564513-25042006"><font face="Arial" size="2">projectname/htdocs/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # actual website root</font></span></div>
<div><span class="574564513-25042006"><font face="Arial" size="2">projectname/includes/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;mostly php classes and files with&nbsp;programming 
logic&nbsp; </font></span></div>
<div><span class="574564513-25042006"><font face="Arial" size="2">projectname/templates/&nbsp;&nbsp; 
# html files, headers footers, etc</font></span></div>
<div><span class="574564513-25042006"></span>&nbsp;</div>
<div><font face="Arial" size="2"><span class="574564513-25042006">I find this an 
effective way of organising the files. It seems the only way to get PHPeclipse 
to not generate the errors is to place all code in the website root which I 
really don't want to do. Can anyone help me on this problem?<br><br>I saw on a forum post that &quot;working sets&quot; may be able to solve my problem, but I'm quite unclear on what these are.<br><br>Pete<br></span></font>
</div>