Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Error while installing usd_from_gltf : [USD\include\pxr/base/tf/diagnosticHelper.h(35,10): fatal error C1083: Cannot open include file: 'boost/any.hpp': No such file or directory ] #54

Closed
53nthamizh opened this issue May 5, 2020 · 10 comments · Fixed by jangarita/usd_from_gltf#1 · May be fixed by #71

Comments

@53nthamizh
Copy link

Hi,
I've been trying to identify this issue. Couldn't get anything on it. Any idea on this?

gltf.vcxproj -> C:\USDGLTF\build\usd_from_gltf\gltf\Release\gltf.lib
config.cc
C:\USD\include\pxr/base/tf/diagnosticHelper.h(35,10): fatal error C1083: Cannot open include file: 'boost/any.hpp': No such file or directory [C:\USDGLTF\build\usd_from_gltf\common\common.vcxproj]
logging.cc
C:\USD\include\pxr/base/tf/diagnosticHelper.h(35,10): fatal error C1083: Cannot open include file: 'boost/any.hpp': No such file or directory [C:\USDGLTF\build\usd_from_gltf\common\common.vcxproj]

image

The log file.
log.txt

@53nthamizh 53nthamizh changed the title Error while installing usd_from_gltf[USD\include\pxr/base/tf/diagnosticHelper.h(35,10): fatal error C1083: Cannot open include file: 'boost/any.hpp': No such file or directory ] Error while installing usd_from_gltf : [USD\include\pxr/base/tf/diagnosticHelper.h(35,10): fatal error C1083: Cannot open include file: 'boost/any.hpp': No such file or directory ] May 5, 2020
@53nthamizh
Copy link
Author

[UPDATE] The latest version of USD v20.05 uses Boost 1.70. But Installing boost 1.61 and 1.65.1 in Additional Include directory i.e "USD\include" fixed the issue. but now I get other issues.

image

@goout
Copy link

goout commented Jun 9, 2020

@53nthamizh why you closed it ? got the same error:
image

solved with change boost folder path. :)
but

image

@v-prgmr
Copy link

v-prgmr commented Sep 23, 2020

Any update? I have the same error with any.hpp

@muhammettaskale
Copy link

I am dealing with the same problem, I could not find the solution

@mura94
Copy link

mura94 commented Apr 16, 2021

Still seeing this issue

@braedenf
Copy link

I am also still getting this issue as well. I can change the boost version in the CmakeList.txt file, however I also get the error: UFG_SRC\process\..\process/mesh.h(56,25): error C2976: 'std::map': too few template arguments [C:\UFG\build\UFG_SRC\process\process.vcxproj]

@rui-fernandes-tfs
Copy link

Still getting the same issue regarding boost/any.hpp

@braedenf
Copy link

I ended up compiling USD 19.05 and then it worked!

@gonzalo-piffaretti-tfs
Copy link

@braedenf did you build it with VS2017 or were you able to use VS2019??

@braedenf
Copy link

braedenf commented Sep 23, 2021

I tried so many things haha. I think I used VS2017 Native x64 and Python 2.7 (making sure other Python version were not in my path) This guide helped me a lot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
8 participants