i'm having a trouble with my Visual studio 2012 express. It cant buld any program. Even thought it just a normal program "Hello world"
Here the error:
1> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x861> Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
1>
1> cl ÿ₫/
1>
1>CL : Command line warning D4024: unrecognized source file type 'ÿ₫/', object file assumed
1> Microsoft (R) Incremental Linker Version 11.00.50727.1
1> Copyright (C) Microsoft Corporation. All rights reserved.
1>
1> /out:.exe
1> ÿþ/
1>LINK : fatal error LNK1181: cannot open input file 'ÿþ/.obj'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I already checked same topic in here too but no help
I'm sure that I my program doesn't have anything special. I tried repair, reinstall many times but useless
What should i do??