I am trying to setup the hands-on labs. I am using the VS 2005 Express. In the lab instructions, it tells me to install the DirectX and add its directories to the Visual Studio 2005 Express; 1. Launch Visual Studio 2. Choose Tools/Options 3. Select "VC++ Directories" 4. On the right pane you will see a drop-down box labeled "Show directories for". Select "Include Files" and add the DirectX SDK Include directory (for example, "C:\Program Files\Microsoft DirectX 9.0 SDK (February 2005)\Include"). 5. On the "Show directories for" drop-down select "Library Files" and add the DirectX SDK Lib\x86 directory (for example, "C:\Program Files\Microsoft DirectX 9.0 SDK (February 2005)\Lib\x86"). The problem is that there is no Tools/Options/VC++ Directories in the Visual Studio's Tools/Options setup. What is the workaround?