InDesign CC 2017 (plugin_sdk_081) | Community
Skip to main content
revathiv8072017
January 19, 2017
Solved

InDesign CC 2017 (plugin_sdk_081)

  • January 19, 2017
  • 2 replies
  • 1074 views

While trying to generate plug-ins for InDesign CC 2017 am facing the below issues.

Worked with Visual Studio 2010 and Visual Studio 2015 and getting the same errors 

error C3646: 'noexcept' : unknown override specifier
C:\Program Files\Adobe\Adobe InDesign CC 2017\plugin_sdk_081\plugin\external\afl\includes\AFile.h
    

error C3646: 'noexcept' : unknown override specifier    
c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\external\afl\includes\APath.h
    

 error C3646: 'noexcept' : unknown override specifier    
 c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\external\afl\includes\APathComponent.h
    
 error C3646: 'noexcept' : unknown override specifier    
 c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\external\afl\includes\AString.h
    
 error C3646: 'noexcept' : unknown override specifier    
 c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\external\afl\includes\AString8.h
    
 error C3646: 'noexcept' : unknown override specifier    
 c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\source\public\includes\IDFile.h
    
 error C3646: 'noexcept' : unknown override specifier    
 c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\source\public\includes\IDPath.h
    
  error C3646: '_NOEXCEPT' : unknown override specifier    
  c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\source\precomp\msvc\locale_hack.h

  error C4430: missing type specifier - int assumed. Note: C++ does not support default-int    
  c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\source\public\includes\OMTypes.h
        
  error C3646: 'noexcept' : unknown override specifier    
  c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\source\public\includes\PMString.h 

 error C3646: 'noexcept' : unknown override specifier                                                                              c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\source\publicincludes\  UnicodeSavvyString.h                              

 error C3646: '_NOEXCEPT' : unknown override specifier    
 c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\source\precomp\msvc\xlocmes_hack.h
    
 error C3646: '_NOEXCEPT' : unknown override specifier
 c:\program files\adobe\adobe indesign cc 2017\plugin_sdk_081\plugin\source\precomp\msvc\xlocnum_hack.h

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jantzen_b

Hi,

This forum is dedicated to the Activation core service, which is part of Adobe's Marketing Cloud. It appears your question is related to Adobe InDesign, which is part of Adobe's Creative Cloud. In order to ensure you get the best answer, I'd suggest posting your question on the InDesign forum. Here is the link to the Creative Cloud forums

 

Cheers,
Jantzen

2 replies

jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAccepted solution
Adobe Employee
January 19, 2017

Hi,

This forum is dedicated to the Activation core service, which is part of Adobe's Marketing Cloud. It appears your question is related to Adobe InDesign, which is part of Adobe's Creative Cloud. In order to ensure you get the best answer, I'd suggest posting your question on the InDesign forum. Here is the link to the Creative Cloud forums

 

Cheers,
Jantzen

revathiv8072017
January 20, 2017

Hi,

Thanks for your guidance.

Revathi