I'm trying to build on Windows 11 22H2 using VS2022 and cmake 3.26.3 and it throws the following erorr on the "cmake --build . --parallel" build step:
C:\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\BehaviorTree.CPP\3rdparty\cpp-sqlite/sqlite.hpp(24,10
): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory (compiling so
urce file C:\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\BehaviorTree.CPP\src\loggers\bt_sqlite_logg
er.cpp) [C:\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\build\behaviortree_cpp.vcxproj]
C:\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\BehaviorTree.CPP\3rdparty\cppzmq/zmq.hpp(36,10): fata
l error C1083: Cannot open include file: 'zmq.h': No such file or directory (compiling source file C
:\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\BehaviorTree.CPP\src\loggers\groot2_publisher.cpp) [C:
\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\build\behaviortree_cpp.vcxproj]
zmq and sqlite have been correctly downloaded and compiled by conan under the .conan2 folder in my home folder, so the issue is with the ability to find those
I'm trying to build on Windows 11 22H2 using VS2022 and cmake 3.26.3 and it throws the following erorr on the "cmake --build . --parallel" build step:
C:\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\BehaviorTree.CPP\3rdparty\cpp-sqlite/sqlite.hpp(24,10
): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory (compiling so
urce file C:\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\BehaviorTree.CPP\src\loggers\bt_sqlite_logg
er.cpp) [C:\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\build\behaviortree_cpp.vcxproj]
C:\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\BehaviorTree.CPP\3rdparty\cppzmq/zmq.hpp(36,10): fata
l error C1083: Cannot open include file: 'zmq.h': No such file or directory (compiling source file C
:\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\BehaviorTree.CPP\src\loggers\groot2_publisher.cpp) [C:
\Users\steve\Downloads\BehaviorTree.CPP-4.1.1\build\behaviortree_cpp.vcxproj]
zmq and sqlite have been correctly downloaded and compiled by conan under the .conan2 folder in my home folder, so the issue is with the ability to find those