1

I use Visual Studio 2008 pro in Windows 7. I got a strange link error when trying to compile a simple C++ code. It was fatal error LNK1104: cannot open file 'C:\Users\CSE.obj'. Any idea what the cause is and how to get over it??

My Windows user account is named as 'CSE User 15'.

MrSmith42
  • 9,535
  • 6
  • 36
  • 48
Izza
  • 2,299
  • 7
  • 38
  • 57

1 Answers1

4

Your path has spaces in it! Check out this page:
Why does fatal error "LNK1104: cannot open file 'C:\Program.obj'" occur when I compile a C++ project in Visual Studio?

Community
  • 1
  • 1
swatkat
  • 4,585
  • 1
  • 22
  • 17