views:

15

answers:

1

Hi , I am completely new to working on MS Visual Studio. I am trying to install new framework where in the installation guide tells me

"Add YAAF to the Microsoft Visual C++ search directories" YAAF i suppose is the directory over here that i have got.

But does not mention how do i do it. Could anybody please help?

+1  A: 

Assuming it's the same as VS2008, it can be found in:

Tools~Options~Visual C++ Directories

Use the droplist in the top right and select Include Files (or Library files, whatever you need for your framework).

Bob Moore