I know there are similar questions but mine is diffrent. I am trying to debugg a simple C++ program and have trouble debugging it. I use the latest VS 2019 community. I included following headers and files.
#include <iostream>
#include <windows.h>
#include <tlhelp32.h>
#include <tchar.h>
People said you need to copy paste files into 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin' This dir doesnt exist. My directory is following: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VS. There I have 3 folders. Tools, Redist and Auxiliary.