Strange first chance exception in debug MSVC 2017
Solved
General and Desktop
-
Hello!
I'm using Qt Creator 4.8.2 open-source (Qt version 5.11.3) with MSVC 2017 compiler and getting a first chance exception when the application starts in debug mode. When I start the application in release mode it works fine.The inferior stopped because it triggered an exception.
Stopped in thread 0 by: Exception at 0x7ffa1efde78a, code: 0xc0000008: , flags=0x0 (first chance).I configured Qt according to the answer from here but that does not help.
I get that exception even if I create default Qt Widgets Application.