CUDA 11.3 samples VS2019 do not build

Hi!
Installed the new CUDA 11.3 and are trying to compile all the samples in Visual Studio 2019.

Not a single project builds, all seems to get:

“Nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified”

Also tried the command-line msbuild for one project “simpleCudaGraphs”.

My CUDA v10.2 seems ok, I can build samples for that version, but I do not understand the error message or what I should do.

See that there exist other post about this error message, but I cannot see any for the samples, I have not created any project, just trying to build after downloading 11.3 …