I have just started making a test app , here is what happened.
-
I copied some files in to my project.
-
deleted them, as reference only.
-
I tried to add them again,
and i get the following error
” randomfile.h couldn’t be copied to TestApp because an item with same name already exists “
randomfile.h is the file i am trying to add and TestApp is the project name.
How can i add the same file again?
Un-select the “Copy items into destination if needed” checkbox. Are you adding the file from and to the same folder? If it’s from a different folder, then you need to rename or delete the one that you had before.