NVCC can not find header files anymore. I double checked with CUDA samples it compiled successfully before. It got this:
cc1plus: fatal error: cuda_runtime.h: No such file or directory
I manually added the directory, then it got this:
/usr/bin/ld: cannot find -lcudadevrt
/usr/bin/ld: cannot find -lcudart_staic
collect2: error: ld returned 1 exit status