0

My includes

#include <vector>
#include <windows.h>
#include "pch.h"
#include <iostream>
#include <string>
#include "detour/detours.h"
#pragma comment(lib, "detour/detours.lib")

I get errors no matter what functions I use from Detour. I have linked detour lib in my project, I used the latest detour from Github, I don't know what I don't do better.

Photo:

Here is a photo with the problem

kiner_shah
  • 3,445
  • 6
  • 25
  • 36
Lawyn
  • 1
  • 1
  • 2
  • 2
    Does this answer your question? [What is an undefined reference/unresolved external symbol error and how do I fix it?](https://stackoverflow.com/questions/12573816/what-is-an-undefined-reference-unresolved-external-symbol-error-and-how-do-i-fix) – Botje Nov 19 '21 at 08:39

0 Answers0