General Debug Error (Bit-Version etc.)

Dear Community,

at first excurse my simple and may wrong english.
I want to know everybody can help me for my problem.

Few days ago I installed visual studio 2010 ultimate (bought version).
My problem: At every times I am compiling applications I get an error.

As Example a hello world code:
Source:
// HelloWorldConsole.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"


int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}

Project Files:

/External Dependencies/crtdefs.h
/External Dependencies/mbstring.h
/External Dependencies/sal.h
/External Dependencies/sdkddkver.h
/External Dependencies/sourceannotations.h
/External Dependencies/stdio.h
/External Dependencies/string.h
/External Dependencies/swprintf.h
/External Dependencies/tchar.h
/External Dependencies/vadefs.h
/External Dependencies/wchar.h
/External Dependencies/wtime.h

/Header Files/stdafx.h
/Header Files/targetver.h

/Source Files/HelloWorldCosole.cpp
/Source Files/stdafx.cpp

Compile Options:
Debug | Win32 | *EMPTY*

Output:
1>------ Build started: Project: HelloWorldConsole, Configuration: Debug Win32 ------
1>Build started 07.09.2015 21:27:30.
1>PrepareForBuild:
1> Creating directory "c:\users\mike\documents\visual studio 2010\Projects\HelloWorldConsole\Debug\".
1>InitializeBuildStatus:
1> Creating "Debug\HelloWorldConsole.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>ClCompile:
1> stdafx.cpp
1> HelloWorldConsole.cpp
1>LINK : fatal error LNK1123: Fehler bei der Konvertierung in COFF: Datei ist ungültig oder beschädigt.
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:01.39
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

-------------------------------------------------------

Please sent me a link or give me an active answere. I hope anyone can help me.

Thanks a lot!
Topic archived. No new replies allowed.