When I add a c++ class to a folder withing a project in Appcode (.cpp) I get the prompt to checkout the project file using version control but not to add the .cpp or .h files.
Further investigation has revealed it is actually a problem with sub projects not with C++ files specifically
The actual problem was that the projects i was using had the c++ files in a directory that was not under the project directory. Adding the folders manually in Preferences>Project Settings>Version Control solved the issue
Matthew, AppCode VCS integration should work the same way with all types of files. What's not working with C++, but working with Objective-C files?
When I add a c++ class to a folder withing a project in Appcode (.cpp) I get the prompt to checkout the project file using version control but not to add the .cpp or .h files.
Further investigation has revealed it is actually a problem with sub projects not with C++ files specifically
-- deleted due to marking answered --
The actual problem was that the projects i was using had the c++ files in a directory that was not under the project directory.
Adding the folders manually in Preferences>Project Settings>Version Control solved the issue