Procedure to reproduce:
- Create a new project
- Go to the command line and create a directory and a new file to add to the project
- Go to ProjectCenter and add the file to the subdirectory
- ProjectCenter will copy the file to the root of the project instead of referencing it where it is.
Expected:
PC should be able to get the file from its existing location.
Workaround: Create the file in the existing directory.
Why this workaround is unacceptable: For larger projects it might be necessary to incorporate code like this without creating a sub-project.