c++ – Configure a project with FTXUI on Visual Studio
First, I installed the FTXUI using the VCPKG:
vcpkg.exe install ftxui
Then, I created a new project on Visual Studio Community 2022 to try to execute the button example (just copied and pasted) from the FXUI documentation.
So, I modified the project properties in VS 2022 to add directories where the VCPKG placed the headers and libraries of FXTUI:
Include Directories
Library Directories
But, when I try to build the project, a get this errors:
How to set this project properly?
How to configure a project with FTXUI on Visual Studio 2022?
Read more here: Source link
