Hi everyone, I’m just starting to play around with CUDA a bit, and I’ve run into something I don’t quite get. I’ve set up my cuh files like NVIDIA does in their solutions. I exclude them from the build and reference them in the main .cu file. However, this means I’m not getting any compiler errors thrown even if I type garbage characters in the .cuh file. I can reference and use the data types I define in the .cuh files. So, how can I get the compiler to tell me when there is an error for excluded files? Thanks.
EDIT: Shutting down and restarting seems to have fixed everything. Sorry, if a mod could delete I would appreciate it.