Cannot open include file: 'corecrt.h': CUDA 11.2 and Visual studio 2019 on Win10

Hi,

I installed CUDA11.2 and visual studio 2019 on windows 10;
I have the following problem when compiling *.cu codes using nvcc in cmd:

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\crtdefs.h(10): fatal error C1083: Cannot open include file: ‘corecrt.h’: No such file or directory

I appreciate it if anybody can help me to solve this problem.