No cudaProfiler.h on Windows?

I’m trying to build my cuda-api-wrappers library’s example programs on Windows (I used to be able to do that, then that capability sort of went away because of a CMake issue which I am now circumventing). A bunch of issues are coming up with I’ve been addressing, but one in particular has me rather vexed…

D:\a\cuda-api-wrappers\cuda-api-wrappers\src\cuda/nvtx/profiling.hpp(20):
fatal error C1083: Cannot open include file: 'cudaProfiler.h': No such file or directory 
[D:\a\cuda-api-wrappers\cuda-api-wrappers\build\examples\vectorAdd_profiled.vcxproj]

Surely, cudaProfiler.h can’t be a Linux-specific CUDA header, right? So, why is it missing on Windows? Or - perhaps its someplace else which CMake doesn’t add to the include path?