Hi,
I have a project with a lot of .cu files (and .cuh files) and it takes much time to compile.
I put “xxxx.cuh” in the precompiled header file (stdafx.h), but it doesn’t seem to work.
Does anyone know how to set up precompiled header setting for .cu files?
Thank you.