CUDA + QT Plugin for Eclipse on Mac Eclipse could not resolve CUDA functions and variables

Hello,

I finally got the CUDA + QT Eclipse plugin for the Mac to build an executable. My problem is that the compiler tells me that it cannot resolve CUDA functions and variables, but otherwise it successfully builds. I’ve wrestled with this issue, trolling the forums, and even including <cuda_runtime_api.h> and <cuda_runtime.h> as one of the entries recommended to no avail. Is there a way to have Eclipse recognized CUDA functions, variables, etc.? I am using Eclipse Indigo (latest version of Eclipse?) on a MacBook Pro running Snow Leopard.

By the way, thanks for developing and providing this CUDA plugin.