Well.. It's a new day and I'm back at it. Still stuck on the compile process for CudaMiner on windows..
What's strange about the below error is that gmp.h does exist and was checked during the configure process.. I've also copied the gmp.h file to CudaMiner-master / compact, and a few other places.. Not sure why its not finding it..
Error:
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
It isn't where it search for it... (not sure that's help a lot...

)