I am using VisualDDK with VS2008 professional. I want to use intrin.h header file which is located in “C:Program Files (x86)Microsoft Visual Studio 9.0VCinclude” . Where I can specify that this directory should also be included in the search path, as from the build log it seems that by default it is only searching winddk include directories.
(sorry if this is too naive question, i tried to look into project properties but cant figure it out, also couldn’t find any relevant question asked before on this forum)