I'm getting an error that says "expected an expression" after the third opening angular bracket. After doing some research online, I know that my problem lies within Visual Studio and the compiler. Any thoughts on how to fix this?
main.cu file
add<<<1,1>>>(d_a, d_b, d_c);
Edit: it seems to me that I properly configured the include and lib directories.