error C3861: '_T': identifier not found, even with argument-dependent lookup#include <tchar.h>
解决:
包含头文件tchar.h
#include <tchar.h>
error C3861: '_T': identifier not found, even with argument-dependent lookup#include <tchar.h>
解决:
包含头文件tchar.h
#include <tchar.h>