I try to try this example https://github.com/jordanbonilla/Read_GPU_Temperature_CUDA/blob/master/read_temps.cu , copy the code, paste, CUDA is installed, added the path to this header in the solution properties, even added this file in the "Header files" , but the error does not go away. I use VS 2017. What else do I need? enter image description here

  • And you tried to replace <...> such brackets in include with such: ”...”? - Jenssen
  • one
    // Must be running on a UNIX machine — this is how the recommendation is written in the code, and you write that you specified something in the properties of the solution. You do not accidentally work in MSVS, maybe you have a conflict with a Unix-system requirement? - Jenssen
  • So the path is not specified correctly ... - VTT
  • Please provide a minimal reproducible example . - αλεχολυτ
  • which way still need to add? - user269990

0