Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
2,747 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i cant build cpp because
fatal error LNK1181: cannot open input file 'Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\atlmfc\src\mfc.obj
is missing, the folder exists but have only cpp files, headers, and indicate.rc mfcdll.rc mfcintl.rc prompts.rc
i repair visual studio, lastest updated
add more mfc tools
clean build
have that installed, i tried to install x86 and x64 in other time, both with same error, how do i solve it?
its is not my intention to do MFC projects, but the default config on visual studio 2022 is kinda forcing me to do it, i dont know how to disable properly, im just doing a cpp project with assimp lib (i think i dont need the MFC)
i really need to use it in my project?
here the assimp code that im using
only this file, and the assimp lib, installed from vcpkg
--
solved after install vcpkg and integrate, and uninstall mfc