Problems with linking to cuda files

Hi all I posted this in the vista forums but i think this forum is more fitting, this is going to make me look very silly so here goes.

I am try to build some code that my lecture has sent me, when i build my code i get the following error,

1>.\main.cpp(25) : fatal error C1083: Cannot open include file: ‘cutil_inline.h’: No such file or directory

If i add the following to the header file it will be found but then i have to edit each sodding file and this keeps on going and going.

C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\inc

Is there a way for me to tell the compiler to look at “C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\inc”.

I am using windows 7 x64 and visual studio 2008 and everything is up to date

Thanking you all in advanced.