Which Visual Studio \\ Visual C++ file types should be committed to version control? In my project I have the following file types:
aps cpp exe filters h
If you right click over the project there should be a "Add Solution to Source Control" option in the context menu.
If you use this, only those files that are necessary will be added. All the intermediate and output files will be ignored.