bakkesmodorg / BakkesModInjectorCpp

C++ rewrite of the BakkesModInjector
67 stars 21 forks source link

what is the best straight forward way to build this? #39

Open james28909 opened 3 months ago

james28909 commented 3 months ago

im trying to build it in vs 2022 but it has all kind of errors like name followed by '::' must be a class or namespace name

i was able to install curlpp and qt5 with vcpkg and link it in the project, but it says it has problems with namespace or classes.

is there anyone who can help?