On latest IDE 1.3 version, if I import my working code (working on old IDE).
I am facing below issue
/*********************************************************************/
cc1.exe: fatal error: lib_c99.prefix: No such file or directory
/*********************************************************************/
I have tried setting Language standard ISO c99 (-std=c99) but no luck.
Could you please help me out on this?

-Thanks
Prashant