CUDA Windows 7 Install -- Libraries

Hey sorry to even ask this, but I could use some help with this error.

$ nvcc -O3 -arch=sm_35 main.cu -o main
main.cu
[b]LINK : fatal error LNK1104: cannot open file 'uuid.lib'
[/b]

I’m a little burnt out right now, im a big idiot so its taken me the last 11 hours to tackle a dozen other problems I’ve had trying to compile my first CUDA program.

The contents of my main.cu are simply

int main() {return 0;}

Thank you for your time