Hello. I wrote project that used "usb.c" file. This project done and removed.
Then I try create simple "Hello World" application
int main()
{
    printf("Hello World!\n");
    return 0;
}
Click Build and Run... And:
I see this sh...  
 gcc     No such file or directory
gcc     No such file or directory
usb.c  No such file or directory
WTF?? Why new compiling searches old files and resources from old (removed) project??
I clear confused and dont know.. How fix this??
What means that "gcc No such file.." ?? 
I tried reinstall CB. But this uneusefull.
At another computer no any troubles
Thanks.