Software Archive
Read-only legacy content
17061 Discussions

Can't find Include Files

engineerik
Beginner
381 Views
I have an include file which I use in many projects. I want to maintain one copy of the file rather than copying it into the folder for each project. When I update dependancies the file appears in the Workspace File View but when I try to build the program I get a compiler error Can't find file ...
If I copy the Include file to the project folder the error does not occur. How can I avoid having to copy this include file to every project folder?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
381 Views
Add the path to the file to Project..Settings..Fortran..Preprocessor..INCLUDE/USE paths.

Steve
0 Kudos
Reply