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.

CCSTUDIO: Subdirectory files are compiled in. How can I prevent that?

Part Number: CCSTUDIO

Hi,

I have two projects:

project_A

project_A_test

In the file system, project_A_test is a subdirectory of project_A

When I build project A, it compiles in the source files from project_A_test. However, I don't want it to do that.

Is there a way to prevent the subdirectory files from being compiled in?