Visual Studio 2022 17.3.0 Preview 2 ARM64

FerdinandO

Junior Member
Hi,
I successfully installed Visual Studio 2022 17.3.0 Preview 2 ARM64 on Windows 11 under Parallels.
But when I compile the default MFC Desktop Application project I get this error:
Build started...
1>------ Build started: Project: MFCApplication2, Configuration: Debug ARM64 ------
1>pch.cpp
1>Z:\Documents\projects\MFCApplication2\MFCApplication2\pch.cpp : fatal error C1083: Cannot open compiler intermediate file: 'z:\documents\projects\mfcapplication2\mfcapplication2\arm64\debug\mfcapplication2.pch': No such file or directory
1>Done building project "MFCApplication2.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

This error is not shown on other ARM64 Windows 11 devices such as a ASUS Novago.
 
When the project is located on the C: drive the above error os not present. Apparently the MAC shared folder is the origin of this error.
 
Back
Top