Anyone have a thought as to how to track down the source of this error? CCS V5.
Thanks, Jon
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Anyone have a thought as to how to track down the source of this error? CCS V5.
Thanks, Jon
Most likely: During project import you had a checkbox enabled called "Automatically Import referenced projects" and the project that you imported has a dependent project. I believe CCS will try to use main projects directory to find it. If can't it would generate this error.
martin
martin,
thanks for responding. ok...all that makes sense.
what i don't know is how to remove the offending dependency.
If I look at project/properties/project references, there is nothing there that looks incorrect.
jon
Hi Jon,
You would need to check project references and CCS Build category and then choose "Dependencies tab". Functionality on dependencies tab gives you finer control on which build configurations get built between dependent projects.
Martin