Engineering

 View Only

 Rhapsody v10.0 - boost library installation

Andrew Bland's profile image
Andrew Bland posted Sat June 21, 2025 03:51 PM

Hello Forum,

I recently installed boost 1_88_0 on my computer.
I am trying to use the json functionality which I have working on MSVC, but when I apply the same code to Rhapsody I get:
fatal error: boost/json/src.hpp: No such file or directory  | #include <boost/json/src.hpp> message error.

I have what I believe are the correct environmental settings on my computer and have tried including the paths to the header files and libraries in different places, but I cannot get round the issue.

I have checked the Rhapsody.ini file and cannot find any reference to the boost path which should be C:\boost_1_88_0.

Can anyone advise on where I should place the path to the include directory so the compiler can see <boost/json/src.hpp>.
Alternatively, provide me the syntax for the Rhapsody.ini file.

Thank you

Andrew