-
Hello, I have been able to successfully build nitro and now am trying to write some c++ code to work with TREs. I am following a previous issue (#397), but whenever I attempt to compile the program I am hit with a "No such file or directory" error. I am able to change the path to "include/nitf/TRE.hpp", but then include statements made in TRE.hpp cannot be found. Additionally, I have simply tried to compile one of the Test++ cpp codes and it gives similar errors, and I have also added folders to the "Include Path" of the C/C++ Configurations in VS Code (this might be incorrect though). I am pretty new to cpp so I could use some guidance on why this might be happening? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have figured out the problem. I had an improper linking path and a missing library path. |
Beta Was this translation helpful? Give feedback.
I have figured out the problem. I had an improper linking path and a missing library path.