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,961
  • 6
  • 38
  • 49
Izza
  • 2,389
  • 8
  • 38
  • 60

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,785
  • 1
  • 23
  • 17