Другое С/С++ Вопрос - Ответ

geteo

Новичок
18
1
Пытаюсь собрать один сурс чита. Установил plugin sdk, скомпил все как надо. При сборки колотит мозги с Sefetyhooks а именно - (Не удается открыть файл включение: expected: No such file or directory), ответили в одной из тем нужно изменить стандарт C++ при компилировании plugin sdk, хотя он и так по умолчанию стоял latest, в чем может быть проблема?
(так же при компилировании использую сборку визуалки 19 года, т.к на 22 ошибок 100+, так же незнаю почему - Directx SDK установлен)
 

vanitydev

Новичок
3
1
I'm trying to build one source of the reader. I installed the plugin sdk, compiled everything as needed. When building, my brain is pounding with Sefetyhooks, namely - (Unable to open the include file: expected: No such file or directory) , they answered in one of the topics that you need to change the C++ standard when compiling the plugin sdk, although it was already the latest by default, what could be the problem?
(I also use the 19th year visual build when compiling, because there are 100+ errors on 22, and I also don’t know why - Directx SDK is installed)
Project->Properties->General->C++ Language Standard->Preview - Features from the Latest C++ Working Draft (/std:c++latest)