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

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -