I am compiling my Qt project in Qt Creator using the MSVC2017 32bit compiler. It compiles and runs error-free, but some functionalities don't work anymore. (I am comparing it with the MinGW compiler.)
As the project is quite big and I do not get any error messages (and the debugger is not working), it is hard to narrow down the issue. So I wanted to ask generally: What are possible problems that arise when switching to MSVC in Qt Creator? (After solving all configuration issues etc.) Do some Qt classes stop working? Do some signals stop getting emitted? What problems did you encounter before and how did you solve them?
Deleting build file, cleaning, running qmake, rebuilding doesn't change anything.