Because of the slightest change in CU/CUH files, you need to re-compile whole solution, how to configure the partial compilation?

Hi. My solution (visual studio 2017 15.5.2) have some CUDA files (CU/CUH).
In them (CUDA files) I make a slight change, I click on the “Build by F7” button and nothing happens, Visual Studio does not understand that the files have been changed and that they need to be taken into the build, I have to re-compile the solution every time, which is extremely inconvenient and long … How to solve this problem and setup, what at change in CU / CUH files simply it would be caused CUDA a compiler? Need help…