Precompiled headers do not seem available for your kind of project: https://learn.microsoft.com/en-us/cpp/linux/prop-pages/c-cpp-linux?view=msvc-170.
This option is not crucial.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I #include "StdAfx.h";
it return error code : E1696. So I try to check "Precompiled headers" in project Property. but does not exist. I even tried to reinstall VS2022 and install the SDK but the problem is still not solved.
I have searched for a similar question/answer but was unable to fine one.
This is my property capture file. "Precompiled headers" should exist under C/C++ property, but does not.
Precompiled headers do not seem available for your kind of project: https://learn.microsoft.com/en-us/cpp/linux/prop-pages/c-cpp-linux?view=msvc-170.
This option is not crucial.
Thx your comment. finally, I found problem.
I just followed wrong reference.
My goal is Linux C++ console but reference talk about window C++
Linux project doesn't have "Precompiled headers" property