C++预处理#include怎么换盘

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

#include "C:\\data\\test.h"

用绝对路径。