I just wanted to see if somebody can help me out something that has completely alluded me with CFBuilder 2.  Here is the scenario.

1. I have a server setup that points to this web root: /sites/cboxdev/core and maps to http://cboxdev.myserver
2. I have a project setup that points to this root: /sites/cboxdev/core/coldbox and is connected to the server above
3. So basically, whenever I open any CFC that points to a CFC: coldbox.system.* Builder complains it cannot find that resolution path.  However, the "coldbox" portion is the project iteself. So how can I tell builder that this project is the actual resolving root?

Does it make sense?