Click here to Skip to main content
15,912,457 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Though i have included the "_defs.h"header file still i am getting the error

fatal error C1083: Cannot open include file: '_defs.h': No such file or directory
Posted

Make sure this file is in the compiler search path. You may put it in the same directory of your project (i.e. where the other source are) or you may add its folder to the search path (click Project->Options menu item, then select the Configuration Properties->C++ node and finally add the folder to the Additional Include Directories).
 
Share this answer
 
v2
Comments
Vinayak Pingale 23-Mar-11 7:49am    
Thanks a lot
Are you sure you need to include it?

Are you trying to just move an Turbo C file to Visual Studio? If so, then don't include the header file.
 
Share this answer
 
Comments
Vinayak Pingale 23-Mar-11 7:50am    
thanks a lot it really worked :)
OriginalGriff 23-Mar-11 7:52am    
You're welcome!
Sergey Alexandrovich Kryukov 23-Mar-11 17:04pm    
Easy enough? A 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900