Skip to main content
jothipriya
Inspiring
February 10, 2021
Answered

fatal error: boost/config.hpp: No such file or directory

  • February 10, 2021
  • 2 replies
  • 13000 views

fatal error: boost/config.hpp: No such file or directory
#include <boost/config.hpp>

 

I tried to build my plug-in but ith throws the above error.

How i can fix this issue????

 

-Jothi

This topic has been closed for replies.
Correct answer jothipriya

Thanks for all your help...

I have find the solution.

 

Thanks,

-Jothi

2 replies

Legend
February 16, 2021

You do not change the source code. This is a normal part of app building.

1. Identify the folders you need to add for the header files you use.

2. Update your project settings, eg in xcode or Visual Studio, to add those folders to your builds for the project

It is a common issue when you load pre-made projects, because include files don't end up at exactly the same location.

jothipriya
jothipriyaAuthorCorrect answer
Inspiring
May 31, 2021

Thanks for all your help...

I have find the solution.

 

Thanks,

-Jothi

Participant
December 7, 2022

give me solution.

Community Expert
February 12, 2021

You need to add the path to this header file in the include path of your project. That path would be the following

<Path to your SDK>/external/dva/third_party/boost_libraries

-Manan

-Manan
jothipriya
Inspiring
February 16, 2021

Hi manan,

 

Where to add the path inside the header???

 

-Jothi