I find problem with options -F becouse
(...)
And when i set options -I
Use -J instead of -I because -I has an entirely different meaning now. You want -J (if I understand you right).
-I is only needed if you #include stuff from your .rc files, then it should point to whereever your project includes are.
About -F ... Is this necessary at all? I never used -F and it works anyway.