Unable to create project in CUDA 8.0 and Visual Studio Community 2015

I am able to successfully install the latest versions of both CUDA 8.0 toolkit and Visual Studio Community 2015 Edition. But if I start a new project I get an error:

Failed to create project : Exception from HRESULT : 0x80041FE2.

Configuration:
Windows 10 Home 64bit
Visual Studio 2015
CUDA Toolkit 8.0.44_win10
Nvidia GeForce GTX 965M with 372.90 driver version
i76700HQ
8 GB DDR4

Any help/suggestions or advised combination of CUDA toolkit and Visual Studio will be helpful. I see that a lot of people are facing issues with Visual Studio 2015.

vs 2015 update 2 is not supported.

Install Visual Studio 2015 update 3 first. .NET 3.5 also needs to be installed

then install CUDA 8

I am having the exact same problem. Installed Visual Studio 2015, then .NET 3.5, then CUDA 8.0.
When I try to create a new project, I get the error:

Failed to create project
Exception from HRESULT: 0x80041FE2

I have Windows 10 x64, 64GB RAM, GTX Titan Z, i7-5930K. My driver is 369.30.

Any ideas ?

I have the same problem with VS2015 update 3, .net 3.5 and CUDA 8.0 installed on Win 10. Any ideas?

I had the same problem and I solved it by installing “Visual C++ 2015 Tools for Windows Desktop”.

Visual studio 2015 does not support for C++ by default, so you have to go to projects Visual C++ and click on “Install Visual C++ 2015 Tools for Windows Desktop”.

I had the same problem and I solved just by following Dydzej solution!

Thanks so much!

Dydzej solution also worked for me.
Thanks :)

Dydzej solution also worked for me as well.
Thank you !

Great Dydzej! the same solution works also for me ;)