I am using Visual Studio 2017 ver 15.5.0 (the latest) to develop some CUDA/C++ code. The issue is that upon code changing I have to manually select rebuild solution. When I press f5 button it does not build a new version. When I press build, it says that solution is up-to-date (although code has been changed).
I noticed that this thing occurs in other projects too, so it should be related to global VS settings. I am familiar with this topic and I made sure that the option "always build" is selected.
Thanks, Mikhail