You cannot reuse the part because it will cause a circular dependency.
Explanation
The part you are trying to add includes the contents of this part already. Adding that part here would create a cyclic dependency, which is not allowed.
User response
Choose a part that does not have those dependencies.