Skip to main content
Participant
January 16, 2019
Answered

Build example in Plugin SDK 13.1 (plugin_sdk_076) x64 is error

  • January 16, 2019
  • 1 reply
  • 528 views

Dowloaded Plugin SDK 13.1

I have build successfully BasicDialog.sdk example in Visual Studio 2015 with configuration: Release, x86

But when I change configuration: Release, x64 receives an error: 

Severity    Code    Description    Project    File    Line    Suppression State

Error    C1083    Cannot open include file: 'corecrt.h': No such file or directory    BasicDialog    C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\crtdefs.h    10   

Thank you!

This topic has been closed for replies.
Correct answer Manan Joshi

Seems some issue with Visual Studio, try the tips given in the following link

https://stackoverflow.com/questions/38290169/cannot-find-corecrt-h-universalcrt-includepath-is-wrong

-Manan

1 reply

Manan JoshiCommunity ExpertCorrect answer
Community Expert
January 16, 2019

Seems some issue with Visual Studio, try the tips given in the following link

https://stackoverflow.com/questions/38290169/cannot-find-corecrt-h-universalcrt-includepath-is-wrong

-Manan

-Manan
Jundat95Author
Participant
January 18, 2019

Thank Manan Joshi​ I will try