Reputation: 65
This is the error that i am facing :
1>c:\rcs_receiver\rcs_w2k8r2\trunk\rcsreceiver\precomp.h(22) : fatal error C1083: Cannot open include file: 'shared\gendef.h': No such file or directory
and i tried searching for that fine in whole source code, but i am unable to find it. Please give me your comment on this.
Upvotes: 0
Views: 185
Reputation: 83
Looks like you're trying to include a file that doesn't exist. If you've written this code, and you don't need the file just delete line 22 from the one giving you the error (precomp.h)
If you haven't written this, ie: if it's a program or some other source files, try deleting and reinstalling, you may be missing some dependencies
Upvotes: 1