VSC++2019,#include包含文件时怎么换盘。比如当前在D:\C++\project,想包含C:\data下的test.h,怎么写?
D:\C++\project
C:\data
test.h
#include "C:\\data\\test.h"
用绝对路径。