Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

From the command line, I need to create a new C++ source or header file for an existing project.

I found Visual Studio provides commands to interact directly with the IDE from the command window. The page (http://msdn.microsoft.com/en-us/library/f42eyh2e.aspx) presents the New File Command, but it doesn't say if this command can be in use to create a new file for any specific project. (I assume what can be done from the command window can be done from the command line).

Could you please let me know if this can be done with the command option, if so then how?

I found the related question: create new visual studio project, add files and run it - command line. It advises to update the vcxproj file using CMake. I prefer to do this through the command line, if possible.

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.