forked from microsoft/AirSim
-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
Question
What's your question?
When git is not used for version control, the project runs normally. But once 'git push', the following problems will arise. Please ask how to solve it, thank you.
Include context on what you are trying to achieve
Context details
OS : Window 10,AirSim:Latest,UE:5.4.4
oleidl.h(1240): [C2061] 语法错误: 标识符“LPMSG”
ole2.h(233): Error C2061 : 语法错误: 标识符“LPMSG”
prsht.h(140): [C2146] 语法错误: 缺少“;”(在标识符“PROPSHEETPAGE_RESOURCE”的前面)
prsht.h(198): [C3646] “pResource”: 未知重写说明符
!!The problem appears in the Module.AirSim.2.cpp file!!


Include details of what you already did to find answers
I tried to turn off git incremental compilation mode, but it did not work!
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration">
<SourceFileWorkingSet>
<Provider>None</Provider>
<RepositoryPath></RepositoryPath>
<GitPath></GitPath>
</SourceFileWorkingSet>I guess there's a problem with the order of includes
Metadata
Metadata
Assignees
Labels
No labels