cuda_runtime.h error

I am forced to work with CUDA 2.2 and i have to visualise my computed data. Therefore i try to implement the code from this tut [url=“CUDA, Supercomputing for the Masses: Part 15 | Dr Dobb's”]Dr Dobb's Error Page .
When i try do compile it i get this error:
: fatal error C1083: Cannot open include file: ‘cuda_runtime.h’: No such file or directory

Thx for any suggestions

Problem solved, corrupted path after chrash.

I am forced to work with CUDA 2.2 and i have to visualise my computed data. Therefore i try to implement the code from this tut [url=“CUDA, Supercomputing for the Masses: Part 15 | Dr Dobb's”]http://www.drdobbs.com/architecture-and-design/222600097[/url] .
When i try do compile it i get this error:
: fatal error C1083: Cannot open include file: ‘cuda_runtime.h’: No such file or directory

Thx for any suggestions

Problem solved, corrupted path after chrash.

Hi,

I am having a similar error at the time of compilation.

The above problem was solved when I placed the file in my include folder having the path:

C:\Desktop\simonboots-OpenSteerCUDA\include\OpenSteer

But there was another problem External Image as soon as I placed it another error occurred:

fatal error C1083: Cannot open include file: ‘host_config.h’: No such file or directory

Thanks in advance for any suggestions