I had this problem as well. This fixed it for me:
- Go to your MinGW folder (should be C:\MinGW)
- Open the bin folder.
- There should be a file called libstdc++-6.dll
- Copy this into the same directory as your executable.
That should work…
I had this problem as well. This fixed it for me:
That should work…