Im working through a book on Ogre graphics engine. Usually beginners books tell you where in the VC++ IDE you include the paths and libs, but this book just tells you to do it, but not how. Here are the instuctions:

Add PathToYourOgreSDK\include\ to the include path of your project.
Add PathToYourOgreSDK\lib\debug to your library path.
Add OgreMain_d.lib to your linked libraries.

I forgot where in VC++ to add to the include path, library path and linked libraries

help please