I'm going on 8+ hours of trying to get CudaMiner to compile on Windows.
I'm completely stuck with the following:
nvcc -Xptxas "-abi=no -v" -arch=compute_35 --ptxas-options=-v -O2 -o trashminer.o -c trashminer.cu
trashminer.cu
trashminer.cu(50) : fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory
make[2]: *** [trashminer.o] Error 2
make[2]: Leaving directory `/c/CudaMiner-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/CudaMiner-master'
make: *** [all] Error 2
Keep in mind gmp.h is available and correctly installed, and I have even went a step above and beyond by copying it to almost every location / subfolder in CudaMiner-master.