I am currently in the process of switching from VS 2012 to VS 2013. My solution is a C++ application which refers to CodeJock (http://www.codejock.com/) and BCG (http://www.bcgsoft.com/).
And that's my problem: In VS 2012, I can add the paths to CodeJock and BCG by opening the Property Manager and adding the includes to the "Include Directories" section of the "VC++ Directories" node. In VS 2013, I don't have that node (and I also don't have it when right-clicking one of the projects of my solution). The only node I see below "Configuration Properties" is "Code Analysis".
However, if I create a new C++ project in VS 2013, the option is available.
Surprisingly, some of my co-workers have already performed the switch to VS 2013, and they didn't have that issue.
My question is: What can I do to make that option appear in VS 2013 for my solution?