Search found 2 matches

by sagg7
Fri Mar 11, 2022 10:49 am
Forum: C++
Topic: Setting up Visual Studio projects
Replies: 3
Views: 6025

Re: Setting up Visual Studio projects

Thanks Matt. Is there a way I can still compile NumPy libraries for the plots?
by sagg7
Sun Mar 06, 2022 8:36 am
Forum: C++
Topic: Setting up Visual Studio projects
Replies: 3
Views: 6025

Setting up Visual Studio projects

I am working with HEBI examples to learn. I am not able to build projects with numpy dependencies. Error: "fatal error C1083: Cannot open include file: 'numpy/arrayobject.h': No such file or directory" During cmake build, it was able to find PythonLibs and successfully generate build files. I follow...