在为WindowsPhone8程序添加本地化的过程中遇到这个问题:

error RC1015: cannot open include file 'afxres.h' 解决办法

问题原因就是afxres.h文件缺失,下载,放到VS安装目录下的VS\include目录下就可以了(选择目录的时候注意对应对版本):

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include

 

:)

相关文章:

  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2021-09-30
  • 2021-09-05
  • 2021-08-18
  • 2021-08-10
  • 2021-12-26
  • 2021-09-12
  • 2021-09-03
相关资源
相似解决方案