Hello

I'm having troubles to make Qt creator compiling with MVSC compiler, so far I used to compile with MinGW and GDB Debugger which are native settings in Qt creator. I think that the compilation (MVSC) works now, but that I'm having issues with the debugger which makes impossible to launch my application. Every time I start to debug (F5), I have immediately the following message: http://img11.hostingpics.net/pics/984038errorMsgCDB.png
So I can't even open the program. When I run (Ctrl + R) I see this in the output tab: http://img11.hostingpics.net/pics/13...tputMsgCDB.png

I have installed Visual Studio 2013, the Debugging Tools for Windows, Windows SDK for Windows 7, and I'm working on a pc with Windows 7 64 bits.

My Build & Run settings in Qt creator look like that:
http://img11.hostingpics.net/pics/80...ildRunKits.png
http://img11.hostingpics.net/pics/61...unVersions.png
http://img11.hostingpics.net/pics/84...nCompilers.png
http://img11.hostingpics.net/pics/35...nDebuggers.png

Can you help me please? I'm struggling for many days to make it work with MVSC because I have to used a third-party library which only supports MVSC compilers.

Thank you