E
E
Eugene2015-03-24 20:09:46
visual studio
Eugene, 2015-03-24 20:09:46

How to add .h and .cpp files to each project in Visual Studio?

It is necessary to add the same source and header files to each project in Visual Studio. How to simplify this process so as not to do it all manually every time?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Makarov, 2015-03-27
@Jek_Rock

It is possible to add shortcuts/links to a file in a project. In the context menu of the "Add|Existing Item" project, select the required file, but do not click the "Add" button, but click the small triangular down arrow to the right of the "Add" button and then click "Add As Link".

V
Vladimir Martyanov, 2015-03-24
@vilgeforce

.h, as a rule, you can not add. But if you still need: create a project with only those files that you need to add and use it as the basis for all the rest.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question