Have you installed the toolkit?
The SDK package contains just a bunch of examples and utilities.
The real compiler (nvcc) and libraries (cublas, cufft) are installed with the toolkit.
I come across the same problem.
I try to build a conan package from bottom to top for CUDA. When I test nvcc, it reports :
fatal error: builtin_types.h: No such file or directory include “builtin_types.h”
^~~~~~~~~~~~~~~~~
so, where can I find this header file, does nvcc have something dependency I don’t know?