Add file to project

Hi,

I want to add a file (.cpp file) to a project that I'm working on it now.
My professor said to me
there should be a "add file to project" menu item under "Files"

I searched the menus but couldn't find that "add file to project" item.
Does anyone know where is that menu/item?
thanks in advance!

My machine in Windows 7 and My IDE is Visual Studio 2012
Open the project you want to add the file to, click on "Project" in the toolbar, then go to "Add New Item..." the new file wizard should pop up then. Just remember to make a header file as well as the .cpp and include the header in your main file.
Thank you very much.
Topic archived. No new replies allowed.