Visual studio c++ adding copy of file to solution -
when using c# add existing item , put copy of in project. want project in c++ whenever default seems add link, giving errors if move original files. add link option not appear in drop down on add normally. how can add copies of these files (header files , source files) new copies made in project.
the easiest answer copy file(s) manually desired solution folder, use add existing item.
Comments
Post a Comment