Just a note. It will be useful anyway for whoever meets these four of error messages reported above.

It happens when in your code you type:
#include "typeinfo.h"
rather than:
#include <typeinfo.h>