Visual Studio 2013 compiler used to stop at this code, but after clicking on a popup windows by mistake the compiler did not stop anymore, what can I do to get it back to stop at that line?
#if __cplusplus < 201103L
#error JME requires a minimum of a C++11-03 compiler!
//https://gcc.gnu.org/gcc-4.8/cxx0x_status.html
#endif