Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issue from command line #1

Closed
vinsworldcom opened this issue Jun 16, 2023 · 0 comments · Fixed by #2
Closed

Build issue from command line #1

vinsworldcom opened this issue Jun 16, 2023 · 0 comments · Fixed by #2

Comments

@vinsworldcom
Copy link

vinsworldcom commented Jun 16, 2023

When using standard msbuild from command line, getting:

notepadpp-multireplace\src\AboutDialog.cpp(ROW,COL): error C2065: 'IDC_***': undeclared identifier

type errors. Due to missing:

#include "DockingFeature/resource.h"

in 'src\AboutDialog.cpp'.

Also, getting:

src\MultiReplace.h(20,10): fatal error C1083: Cannot open include file: 'resource.h': No such file or directory

due to incorrect include, should be:

#include "DockingFeature\resource.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant