I'm trying to set up cuda toolkit but even if i've already installed visual studio express 2013, cuda toolkit installation warn me that it can't find any visual studio installation.
I'm wondering if it is the 2013 express version that could raise an error ?
Furthermore I would like to code and compile by hand, when I do so I get this error : "nvcc fatal error no cl.exe found"
Thus I put the flag -ccbin"path/to/my/gcc" but I get an error that told me there isn't any supported version of visual studio.
May I understand that it isn't possible to compile by hand without visual studio ?