Kindly ask your question at:
Msdn forums - MSDN - Microsoft
Development related questions are best handled there.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I installed Visual Studio Community 2015 and the C++ tools.
However, when I create a MFC single document application and build it (with no code of mine added), I get errors, such as this:
va_start identifier not found in atlcore.h
Can anyone help me?
Here are the errors I get:
| Severity | Code | Description | Project | File | Line |
|---|---|---|---|---|---|
| Error | C3861 | 'va_start': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atlcore.h | 591 |
| Error | C3861 | 'va_end': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atlcore.h | 604 |
| Error | C3861 | 'va_start': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atltrace.h | 423 |
| Error | C3861 | 'va_end': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atltrace.h | 425 |
| Error | C3861 | 'va_start': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atltrace.h | 438 |
| Error | C3861 | 'va_end': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atltrace.h | 440 |
| Error | C3861 | 'va_start': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atltrace.h | 451 |
| Error | C3861 | 'va_end': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atltrace.h | 453 |
| Error | C3861 | 'va_start': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atltrace.h | 464 |
| Error | C3861 | 'va_end': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atltrace.h | 466 |
| Error | C3861 | 'va_start': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atltrace.h | 569 |
| Error | C3861 | 'va_end': identifier not found | MFCApplication4 | c:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\atltrace.h | 571 |
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Kindly ask your question at:
Msdn forums - MSDN - Microsoft
Development related questions are best handled there.
Will do. Thanks for the info Sumit!