Parse error at "__identifier"
Solved
General and Desktop
-
Hi! Since there are no x86 precompiled binaries for VS 2017, I use VS 2015 x86 binaries.
The problem is when compile the program:
:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/ATLMFC/INCLUDE/atlbase.(3350): Parse error at "__identifier"
and compilation fails.
How to fix it? Thanks.
-
@Cobra91151 said in Qt 5.9.2 moc issue:
0/VC/ATLMFC/INCLUDE/atlbase.(3350): Parse error at "__identifier"
Hi
seems to be known bug
https://bugreports.qt.io/browse/QTBUG-61433
https://bugreports.qt.io/browse/QTBUG-56634 -
Ok. I have fixed it temporary by defining in the
.pro
file:
DEFINES += _ATL_NATIVE_INITIALIZATION
And also reported it https://bugreports.qt.io/browse/QTBUG-63772 . Thank you.