I created an empty C++ project in Visual Studio (2012) and in Properties window I cannot see the "Copy to Output Directory" option when I have selected some file in Solution Explorer. Why?
Asked
Active
Viewed 8,907 times
1 Answers
8
The CopyToOuputDirectory is not exposed in the UI of Visual Studio for C++ projects.
However, there are some workarounds. See answers given to a similar question.