I'm using Microsoft Visual C++ Express 2010. I have a tutorial to include a header file from an outside directory. From Tools -> Options -> VC++ Directories, I'm basically told VC++ directories are now available as a user property sheet for all projects. My question is, How do I get to this property sheet? How do I edit it? The Microsoft page is outdated and does not explain for 2010. I'm seriously having a bad time with this one problem. Thank you in advance if you can help me.
I don't really have an answer for you, but this is one of the main things that turned me off VC++ 2010. If you struggle with this for too long (say, over two hours), you might want to try 2008, which has a much more traditional approach to this. That is, you simply have a project setting where you can list include directories.
Seriously, there aren't that many differences between the two compilers that make dealing with this nonsense worth it.