Visual Studio 2022 Community & M2

Hey.
Ive installed parallels to develop some C++ with Visual Studio 2022.
Installation and everything is fine, but he can't find any of my or windows based *.h files.
Ive copied the project 1:1 from my Windows PC.

Do i have to do some other includes in the project settings ?
Does these variables work on paralles ?
$(VC_IncludePath);$(WindowsSDK_IncludePath);
 
Solved:
The project folder is not allowed to be on the MAC Part of the HDD.
Ive copied the project to a place inside the windows part and now its fine.
 
Back
Top