I am running 64 bit Windows 10 Home edition. I am using the 64 bit TDM C++ compiler.
I am running Code::Blocks 17.12.
I am trying to compile a 64 bit .dll file for the ttmath library.
I have imported all source files and all headers. There are no further dependencies.
Code::Blocks seems to insist on importing any header and source directories
into separate folders named Sources and Headers.
So now, for reasons I cannot repair, it seems that certain #include statements
fail to find certain .h files. Can someone reply to me, telling me how
to get this to compile (build) the .dll while detecting the .h files,
which are in fact present?